summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2017-06-072-15/+28
* xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-06-071-20/+9
* xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-121-1/+9
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-04-082-6/+10
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-04-082-15/+25
* xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra2017-04-081-2/+1
* xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig2017-04-081-32/+27
* xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-04-086-13/+22
* xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-04-081-16/+6
* xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-04-081-2/+1
* xfs: don't reserve blocks for right shift transactionsBrian Foster2017-04-081-10/+10
* xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong2017-04-081-1/+1
* xfs: split indlen reservations fairly when under reservedBrian Foster2017-04-081-18/+43
* xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-04-081-3/+6
* xfs: don't fail xfs_extent_busy allocationChristoph Hellwig2017-04-081-12/+1
* xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-04-083-46/+10
* xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig2017-04-081-3/+9
* xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao2017-04-081-0/+1
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-04-085-11/+123
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-04-081-30/+50
* xfs: verify free block header fieldsDarrick J. Wong2017-04-081-2/+49
* xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong2017-04-081-1/+5
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-04-083-6/+4
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-04-083-7/+5
* xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong2017-04-081-2/+1
* xfs: fix eofblocks race with file extending async dio writesBrian Foster2017-04-081-0/+3
* xfs: sync eofblocks scans under iolock are livelock proneBrian Foster2017-04-083-44/+16
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-04-084-59/+60
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-04-085-20/+144
* xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig2017-04-081-9/+14
* xfs: clear delalloc and cache on buffered write failureBrian Foster2017-02-261-1/+12
* xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-02-041-10/+18
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-02-041-0/+1
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-02-041-2/+2
* xfs: remove racy hasattr check from attr opsBrian Foster2017-02-041-6/+0
* xfs: verify dirblocklog correctlyDarrick J. Wong2017-02-041-1/+1
* xfs: fix COW writeback raceChristoph Hellwig2017-02-043-14/+38
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-02-042-2/+2
* xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen2017-02-041-0/+4
* xfs: sanity check inode di_modeAmir Goldstein2017-02-041-0/+3
* xfs: sanity check inode mode when creating new dentryAmir Goldstein2017-02-041-9/+39
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-02-043-18/+25
* xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein2017-02-041-0/+3
* xfs: sanity check directory inode di_sizeAmir Goldstein2017-02-042-3/+7
* xfs: make the ASSERT() condition likelyAmir Goldstein2017-02-041-3/+3
* xfs: don't print warnings when xfs_log_force failsChristoph Hellwig2017-02-041-10/+2
* xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig2017-02-041-3/+4
* xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-02-042-65/+18
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-02-043-22/+8
* xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig2017-02-041-4/+1