summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-3/+2
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-111-20/+12
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-111-23/+19
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-12/+6
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-1/+1
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-111-4/+8
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-111-27/+23
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-111-5/+4
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-111-5/+5
* xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner2018-06-211-36/+21
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | xfs: replace do_mod with native operationsDave Chinner2018-06-081-1/+1
* | xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* | xfs: don't assert on corrupted unlinked inode listDarrick J. Wong2018-06-041-5/+14
* | xfs: factor out nodiscard helpersBrian Foster2018-05-151-6/+3
* | xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-5/+5
* | xfs: skip online discard during eofblocks trimsBrian Foster2018-05-101-8/+11
* | xfs: log item flags are racyDave Chinner2018-05-101-2/+2
* | xfs: defer agfl frees from directory op transactionsBrian Foster2018-05-091-0/+3
* | xfs: defer frees from common inode allocation pathsBrian Foster2018-05-091-0/+1
* | xfs: defer agfl frees from inode inactivationBrian Foster2018-05-091-0/+1
* | xfs: validate allocated inode numberDave Chinner2018-05-091-0/+12
|/
* xfs: only cancel cow blocks when truncating the data forkDarrick J. Wong2018-04-101-6/+8
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+1
* xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra2018-04-021-11/+3
* xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen2018-03-291-0/+4
* xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-141-1/+1
* xfs: check for cow blocks before trying to clear themDarrick J. Wong2018-03-111-0/+5
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-31/+73
|\
| * xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong2018-01-291-17/+32
| * xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-291-6/+8
| * xfs: always zero di_flags2 when we free the inodeDarrick J. Wong2018-01-291-0/+1
| * Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-5/+3
| * Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-2/+2
| * xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-5/+5
| * xfs: use %pS printk format for direct instruction addressesDarrick J. Wong2018-01-121-2/+2
| * xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-121-5/+5
| * xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong2018-01-081-4/+30
* | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-1/+2
|\ \ | |/ |/|
| * xfs: convert to new i_version APIJeff Layton2018-01-291-1/+2
* | xfs: don't be so eager to clear the cowblocks tag on truncateDarrick J. Wong2017-12-211-9/+19
* | xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2017-12-081-26/+7
|/
* xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong2017-11-271-0/+21
* xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong2017-11-161-0/+1
* xfs: remove unused debug counts for xfs_lock_inodesChristoph Hellwig2017-11-061-21/+0
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-1/+1
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: remove if_rdevChristoph Hellwig2017-10-261-5/+4
* xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-09-251-3/+5