aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2018-06-21xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04xfs: don't assert on corrupted unlinked inode listDarrick J. Wong
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-05-10xfs: skip online discard during eofblocks trimsBrian Foster
2018-05-10xfs: log item flags are racyDave Chinner
2018-05-09xfs: defer agfl frees from directory op transactionsBrian Foster
2018-05-09xfs: defer frees from common inode allocation pathsBrian Foster
2018-05-09xfs: defer agfl frees from inode inactivationBrian Foster
2018-05-09xfs: validate allocated inode numberDave Chinner
2018-04-10xfs: only cancel cow blocks when truncating the data forkDarrick J. Wong
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra
2018-03-29xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong
2018-01-29xfs: always zero di_flags2 when we free the inodeDarrick J. Wong
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-29xfs: convert to new i_version APIJeff Layton
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong
2017-12-21xfs: don't be so eager to clear the cowblocks tag on truncateDarrick J. Wong
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig
2017-11-27xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong
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