summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-03xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong1-0/+21
2017-12-14xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong1-0/+1
2017-10-27xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong1-3/+5
2017-09-20xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval1-5/+18
2017-09-20xfs: Fix per-inode DAX flag inheritanceLukas Czerner1-5/+7
2017-06-07xfs: drop iolock from reclaim context to appease lockdepBrian Foster1-4/+5
2017-06-07xfs: rework the inline directory verifiersDarrick J. Wong1-9/+10
2017-06-07xfs: verify inline directory data forksDarrick J. Wong1-3/+9
2017-04-08xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig1-1/+1
2017-04-08xfs: pull up iolock from xfs_free_eofblocks()Brian Foster1-23/+28
2017-04-08xfs: use per-AG reservations for the finobtChristoph Hellwig1-11/+12
2017-01-12xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen1-2/+0
2016-10-14Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+51
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-06xfs: set a default CoW extent size of 32 blocksDarrick J. Wong1-4/+6
2016-10-06xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-1/+3
2016-10-06xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-0/+33
2016-10-06xfs: cancel CoW reservations and clear inode reflink flag when freeing blocksDarrick J. Wong1-0/+13
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong1-0/+1
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara1-1/+1
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-47/+47
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-31/+31
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-06-01xfs: make several functions staticEric Sandeen1-12/+4
2016-05-20Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner1-36/+68
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner1-1/+1
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner1-0/+1
2016-05-18xfs: rename variables in xfs_iflush_cluster for clarityDave Chinner1-37/+37
2016-05-18xfs: xfs_iflush_cluster has range issuesDave Chinner1-2/+11
2016-05-18xfs: mark reclaimed inodes invalid earlierDave Chinner1-0/+13
2016-05-18xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-05-18xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-05-18xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-04-06xfs: mute some sparse warningsEryu Guan1-1/+1
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-37/+23
2016-04-06xfs: set up inode operation vectors laterChristoph Hellwig1-0/+1
2016-03-07Merge branch 'xfs-buf-macro-cleanup-4.6' into for-nextDave Chinner1-1/+1
2016-02-10xfs: remove XBF_DONE flag wrapper macrosDave Chinner1-1/+1
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-25/+23
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner1-1/+1
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner1-4/+1
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner1-43/+34
2016-02-09xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner1-2/+0
2016-02-09xfs: cull unnecessary icdinode fieldsDave Chinner1-18/+1
2016-02-09xfs: remove timestamps from incore inodeDave Chinner1-10/+11
2016-01-19Merge branch 'xfs-setxattr-promotion' into for-nextDave Chinner1-23/+37
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen1-17/+8
2016-01-04xfs: introduce per-inode DAX enablementDave Chinner1-9/+23
2016-01-04xfs: use FS_XFLAG definitions directlyDave Chinner1-16/+16