summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-08xfs: replace do_mod with native operationsDave Chinner1-1/+1
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-05xfs: don't assert on corrupted unlinked inode listDarrick J. Wong1-5/+14
2018-05-16xfs: factor out nodiscard helpersBrian Foster1-6/+3
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-5/+5
2018-05-10xfs: skip online discard during eofblocks trimsBrian Foster1-8/+11
2018-05-10xfs: log item flags are racyDave Chinner1-2/+2
2018-05-09xfs: defer agfl frees from directory op transactionsBrian Foster1-0/+3
2018-05-09xfs: defer frees from common inode allocation pathsBrian Foster1-0/+1
2018-05-09xfs: defer agfl frees from inode inactivationBrian Foster1-0/+1
2018-05-09xfs: validate allocated inode numberDave Chinner1-0/+12
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-03xfs: 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-12xfs: 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-30Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-13xfs: use %px for data pointers when debuggingDarrick J. Wong1-5/+5
2018-01-13xfs: use %pS printk format for direct instruction addressesDarrick J. Wong1-2/+2
2018-01-13xfs: 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-09xfs: 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-02xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-27xfs: remove if_rdevChristoph Hellwig1-5/+4
2017-09-26xfs: 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-28xfs: 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-20xfs: 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-29xfs: rework the inline directory verifiersDarrick J. Wong1-9/+10