summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2017-11-16xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong
2017-11-06xfs: remove unused debug counts for xfs_lock_inodesChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-26xfs: remove if_rdevChristoph Hellwig
2017-09-25xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig
2017-09-01xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval
2017-08-04xfs: Fix per-inode DAX flag inheritanceLukas Czerner
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster
2017-03-28xfs: rework the inline directory verifiersDarrick J. Wong
2017-03-15xfs: verify inline directory data forksDarrick J. Wong
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-05xfs: set a default CoW extent size of 32 blocksDarrick J. Wong
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-10-05xfs: cancel CoW reservations and clear inode reflink flag when freeing blocksDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-06-01xfs: make several functions staticEric Sandeen
2016-05-20Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner
2016-05-18xfs: rename variables in xfs_iflush_cluster for clarityDave Chinner
2016-05-18xfs: xfs_iflush_cluster has range issuesDave Chinner
2016-05-18xfs: mark reclaimed inodes invalid earlierDave Chinner
2016-05-18xfs: skip stale inodes in xfs_iflush_clusterDave Chinner
2016-05-18xfs: fix inode validity check in xfs_iflush_clusterDave Chinner
2016-05-18xfs: xfs_iflush_cluster fails to abort on errorDave Chinner
2016-04-06xfs: mute some sparse warningsEryu Guan
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-04-06xfs: set up inode operation vectors laterChristoph Hellwig
2016-03-07Merge branch 'xfs-buf-macro-cleanup-4.6' into for-nextDave Chinner
2016-02-10xfs: remove XBF_DONE flag wrapper macrosDave Chinner