summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-07-27xfs: Don't clear SGID when inheriting ACLsJan Kara
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-06-07xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-06-07xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong
2017-06-07xfs: xfs_trans_alloc_emptyChristoph Hellwig
2017-06-07xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang
2017-06-07xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster
2017-06-07xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan
2017-06-07xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong
2017-06-07xfs: wait on new inodes during quotaoff dquot releaseBrian Foster
2017-06-07xfs: update ag iterator to support wait on new inodesBrian Foster
2017-06-07xfs: support ability to wait on new inodesBrian Foster
2017-06-07xfs: fix up quotacheck buffer list error handlingBrian Foster
2017-06-07xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster
2017-06-07xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen
2017-06-07xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig
2017-06-07xfs: drop iolock from reclaim context to appease lockdepBrian Foster
2017-06-07xfs: actually report xattr extents via iomapDarrick J. Wong
2017-06-07xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong
2017-06-07xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster
2017-06-07xfs: fix kernel memory exposure problemsDarrick J. Wong
2017-06-07xfs: rework the inline directory verifiersDarrick J. Wong
2017-06-07xfs: verify inline directory data forksDarrick J. Wong
2017-06-07xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan
2017-06-07xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster
2017-06-07xfs: Fix missed holes in SEEK_HOLE implementationJan Kara
2017-04-12xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens
2017-04-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig
2017-04-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster
2017-04-08xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra
2017-04-08xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig
2017-04-08xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig
2017-04-08xfs: tune down agno asserts in the bmap codeChristoph Hellwig
2017-04-08xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra
2017-04-08xfs: don't reserve blocks for right shift transactionsBrian Foster
2017-04-08xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong
2017-04-08xfs: split indlen reservations fairly when under reservedBrian Foster
2017-04-08xfs: handle indlen shortage on delalloc extent mergeBrian Foster
2017-04-08xfs: don't fail xfs_extent_busy allocationChristoph Hellwig
2017-04-08xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig
2017-04-08xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig
2017-04-08xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao
2017-04-08xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong
2017-04-08xfs: allow unwritten extents in the CoW forkDarrick J. Wong
2017-04-08xfs: verify free block header fieldsDarrick J. Wong
2017-04-08xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong
2017-04-08xfs: filter out obviously bad btree pointersDarrick J. Wong
2017-04-08xfs: fail _dir_open when readahead failsDarrick J. Wong