summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-04-08xfs: don't reserve blocks for right shift transactionsBrian Foster1-10/+10
2017-04-08xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong1-1/+1
2017-04-08xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43
2017-04-08xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-04-08xfs: don't fail xfs_extent_busy allocationChristoph Hellwig1-12/+1
2017-04-08xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell1-9/+15
2017-04-08xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig1-3/+9
2017-04-08xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig3-12/+11
2017-04-08xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao1-0/+1
2017-04-08xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong5-11/+123
2017-04-08xfs: allow unwritten extents in the CoW forkDarrick J. Wong1-30/+50
2017-04-08xfs: verify free block header fieldsDarrick J. Wong1-2/+49
2017-04-08xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong1-1/+5
2017-04-08xfs: filter out obviously bad btree pointersDarrick J. Wong3-6/+4
2017-04-08xfs: fail _dir_open when readahead failsDarrick J. Wong3-7/+5
2017-04-08xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong1-2/+1
2017-04-08xfs: fix eofblocks race with file extending async dio writesBrian Foster1-0/+3
2017-04-08xfs: sync eofblocks scans under iolock are livelock proneBrian Foster3-44/+16
2017-04-08xfs: pull up iolock from xfs_free_eofblocks()Brian Foster4-59/+60
2017-02-26xfs: clear delalloc and cache on buffered write failureBrian Foster1-1/+12
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster1-1/+2
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong1-10/+18
2017-01-26xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig1-2/+2
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig5-20/+144
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig1-9/+14
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong1-1/+1
2017-01-23xfs: fix COW writeback raceChristoph Hellwig3-14/+38
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2-2/+2
2017-01-17xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen1-0/+4
2017-01-17xfs: sanity check inode di_modeAmir Goldstein1-0/+3
2017-01-17xfs: sanity check inode mode when creating new dentryAmir Goldstein1-9/+39
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein3-18/+25
2017-01-17xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein1-0/+3
2017-01-17xfs: sanity check directory inode di_sizeAmir Goldstein2-3/+7
2017-01-17xfs: make the ASSERT() condition likelyAmir Goldstein1-3/+3
2017-01-11xfs: Timely free truncated dirty pagesJan Kara1-8/+11
2017-01-10xfs: don't print warnings when xfs_log_force failsChristoph Hellwig1-10/+2
2017-01-10xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig1-3/+4
2017-01-10xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2-65/+18
2017-01-10xfs: fix bogus minleft manipulationsChristoph Hellwig3-22/+8
2017-01-10xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig1-4/+1
2017-01-04xfs: fix max_retries _show and _store functionsCarlos Maiolino1-2/+2
2017-01-04xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig1-1/+2
2017-01-04xfs: use the actual AG length when reserving blocksDarrick J. Wong6-12/+34
2017-01-04xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-23vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong1-1/+1
2016-12-18Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2-4/+2