summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2017-02-072-29/+68
* xfs: return the converted extent in __xfs_reflink_convert_cowChristoph Hellwig2017-02-071-6/+5
* xfs: introduce xfs_aligned_fsb_countChristoph Hellwig2017-02-072-9/+22
* xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-02-073-12/+11
* xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao2017-02-031-0/+1
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-02-035-11/+123
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-02-031-30/+50
* xfs: verify free block header fieldsDarrick J. Wong2017-02-031-2/+49
* xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong2017-02-031-1/+5
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-033-6/+4
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-033-7/+5
* xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong2017-02-031-2/+1
* xfs: remove unused full argument from bmapEric Sandeen2017-01-313-7/+5
* xfs: fix eofblocks race with file extending async dio writesBrian Foster2017-01-311-0/+3
* xfs: sync eofblocks scans under iolock are livelock proneBrian Foster2017-01-313-44/+16
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-314-59/+60
* xfs: remove unused struct declarationsEric Sandeen2017-01-314-4/+0
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-312-4/+4
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-315-56/+19
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-312-8/+28
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-314-13/+13
* xfs: prevent quotacheck from overloading inode lruBrian Foster2017-01-271-1/+2
* xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-01-261-10/+18
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-01-261-0/+1
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-01-251-2/+2
* xfs: remove racy hasattr check from attr opsBrian Foster2017-01-251-6/+0
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-01-255-20/+144
* xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig2017-01-251-9/+14
* xfs: verify dirblocklog correctlyDarrick J. Wong2017-01-241-1/+1
* xfs: fix COW writeback raceChristoph Hellwig2017-01-233-14/+38
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-01-182-2/+2
* xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen2017-01-171-0/+4
* xfs: sanity check inode di_modeAmir Goldstein2017-01-171-0/+3
* xfs: sanity check inode mode when creating new dentryAmir Goldstein2017-01-171-9/+39
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-01-173-18/+25
* xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein2017-01-171-0/+3
* xfs: sanity check directory inode di_sizeAmir Goldstein2017-01-172-3/+7
* xfs: make the ASSERT() condition likelyAmir Goldstein2017-01-171-3/+3
* xfs: Timely free truncated dirty pagesJan Kara2017-01-111-8/+11
* xfs: don't print warnings when xfs_log_force failsChristoph Hellwig2017-01-091-10/+2
* xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig2017-01-091-3/+4
* xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-01-092-65/+18
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-093-22/+8
* xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig2017-01-091-4/+1
* xfs: fix max_retries _show and _store functionsCarlos Maiolino2017-01-041-2/+2
* xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig2017-01-041-1/+2
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-046-12/+34
* xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong2017-01-041-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong2016-12-231-1/+1