summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-09-251-3/+5
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-6/+7
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-2/+2
* xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2017-09-011-5/+18
* xfs: Fix per-inode DAX flag inheritanceLukas Czerner2017-08-041-5/+7
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-9/+8
|\
| * xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-6/+5
| * xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-3/+3
* | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-201-4/+4
|/
* xfs: drop iolock from reclaim context to appease lockdepBrian Foster2017-04-121-4/+5
* xfs: rework the inline directory verifiersDarrick J. Wong2017-03-281-9/+10
* xfs: verify inline directory data forksDarrick J. Wong2017-03-151-3/+9
* xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-03-071-1/+1
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-301-23/+28
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-01-251-11/+12
* Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-2/+0
|\
| * xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen2016-12-051-2/+0
* | xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-49/+33
|/
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-131-0/+51
|\
| * xfs: set a default CoW extent size of 32 blocksDarrick J. Wong2016-10-051-4/+6
| * xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-051-1/+3
| * xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-0/+33
| * xfs: cancel CoW reservations and clear inode reflink flag when freeing blocksDarrick J. Wong2016-10-051-0/+13
| * xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-041-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| |/
* | xfs: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-1/+1
|/
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-47/+47
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-31/+31
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: make several functions staticEric Sandeen2016-06-011-12/+4
* Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner2016-05-201-36/+68
|\
| * xfs: rename variables in xfs_iflush_cluster for clarityDave Chinner2016-05-181-37/+37
| * xfs: xfs_iflush_cluster has range issuesDave Chinner2016-05-181-2/+11
| * xfs: mark reclaimed inodes invalid earlierDave Chinner2016-05-181-0/+13
| * xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-05-181-0/+1
| * xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-05-181-4/+4
| * xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-05-181-4/+13
* | Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner2016-05-201-1/+1
|\ \
| * | xfs: mute some sparse warningsEryu Guan2016-04-061-1/+1
| |/
* | Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner2016-05-201-0/+1
|\ \
| * | xfs: set up inode operation vectors laterChristoph Hellwig2016-04-061-0/+1
| |/
* | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-37/+23
|/
* Merge branch 'xfs-buf-macro-cleanup-4.6' into for-nextDave Chinner2016-03-071-1/+1
|\
| * xfs: remove XBF_DONE flag wrapper macrosDave Chinner2016-02-101-1/+1
* | xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-25/+23
* | xfs: move di_changecount to VFS inodeDave Chinner2016-02-091-1/+1
* | xfs: move inode generation count to VFS inodeDave Chinner2016-02-091-4/+1
* | xfs: use vfs inode nlink field everywhereDave Chinner2016-02-091-43/+34
* | xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner2016-02-091-2/+0
OpenPOWER on IntegriCloud