aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-10xfs: only cancel cow blocks when truncating the data forkDarrick J. Wong1-6/+8
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra1-11/+3
2018-03-29xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen1-0/+4
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig1-1/+1
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong1-0/+5
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-31/+73
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+2
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong1-17/+32
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong1-6/+8
2018-01-29xfs: always zero di_flags2 when we free the inodeDarrick J. Wong1-0/+1
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino1-5/+3
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-2/+2
2018-01-29xfs: convert to new i_version APIJeff Layton1-1/+2
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-5/+5
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong1-2/+2
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong1-5/+5
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong1-4/+30
2017-12-21xfs: don't be so eager to clear the cowblocks tag on truncateDarrick J. Wong1-9/+19
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig1-26/+7
2017-11-27xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong1-0/+21
2017-11-16xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong1-0/+1
2017-11-06xfs: remove unused debug counts for xfs_lock_inodesChristoph Hellwig1-21/+0
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-1/+1
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-26xfs: remove if_rdevChristoph Hellwig1-5/+4
2017-09-25xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong1-3/+5
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-6/+7
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig1-2/+2
2017-09-01xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval1-5/+18
2017-08-04xfs: Fix per-inode DAX flag inheritanceLukas Czerner1-5/+7
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-9/+8
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-6/+5
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar1-4/+4
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-3/+3
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster1-4/+5
2017-03-28xfs: rework the inline directory verifiersDarrick J. Wong1-9/+10
2017-03-15xfs: verify inline directory data forksDarrick J. Wong1-3/+9
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig1-1/+1
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster1-23/+28
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig1-11/+12
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner1-2/+0
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen1-2/+0
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-49/+33
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-0/+51
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-05xfs: set a default CoW extent size of 32 blocksDarrick J. Wong1-4/+6
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-1/+3
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-0/+33
2016-10-05xfs: cancel CoW reservations and clear inode reflink flag when freeing blocksDarrick J. Wong1-0/+13