summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-8/+18
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-8/+18
* | xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-18/+10
* | xfs: clean up icreate quota reservation callsDarrick J. Wong2021-02-031-4/+2
* | xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig2021-01-221-7/+7
* | xfs: Check for extent overflow when renaming dir entriesChandan Babu R2021-01-221-1/+43
* | xfs: Check for extent overflow when adding dir entriesChandan Babu R2021-01-221-0/+10
* | xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2021-01-221-17/+25
|/
* xfs: spilt xfs_dialloc() into 2 functionsDave Chinner2020-12-121-2/+9
* xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner2020-12-121-35/+3
* xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner2020-12-121-145/+70
* xfs: introduce xfs_dialloc_roll()Dave Chinner2020-12-121-30/+1
* xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia2020-12-091-7/+1
* xfs: refactor file range validationDarrick J. Wong2020-12-091-1/+1
* xfs: drop extra transaction roll from inode extent truncateBrian Foster2020-09-211-8/+1
* xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong2020-09-151-1/+2
* xfs: refactor inode flags propagation codeDarrick J. Wong2020-09-151-48/+65
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-2/+2
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-3/+3
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-061-46/+27
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-2/+2
* xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang2020-07-141-27/+11
* xfs: remove xfs_inobp_check()Dave Chinner2020-07-071-2/+0
* xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner2020-07-071-96/+75
* xfs: rename xfs_iflush_int()Dave Chinner2020-07-071-147/+146
* xfs: xfs_iflush() is no longer necessaryDave Chinner2020-07-071-93/+14
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-19/+5
* xfs: rework stale inodes in xfs_ifree_clusterDave Chinner2020-07-071-99/+62
* xfs: get rid of log item callbacksDave Chinner2020-07-071-2/+3
* xfs: make inode IO completion buffer centricDave Chinner2020-07-061-4/+2
* xfs: mark inode buffers in cacheDave Chinner2020-07-061-1/+1
* xfs: add an inode item lockDave Chinner2020-07-061-8/+12
* xfs: remove logged flag from inode log itemDave Chinner2020-07-061-9/+4
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-061-3/+22
* xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong2020-07-061-0/+93
* Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-131-1/+3
|\
| * xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan2020-06-081-1/+3
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-7/+7
|/
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-20/+16
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-11/+8
* xfs: remove xfs_ifree_local_dataChristoph Hellwig2020-05-191-20/+10
* xfs: improve local fork verificationChristoph Hellwig2020-05-191-19/+9
* xfs: refactor xfs_inode_verify_forksChristoph Hellwig2020-05-191-17/+4
* xfs: remove xfs_ifork_opsChristoph Hellwig2020-05-191-2/+2
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-071-4/+3
* xfs: remove unused iflush stale parameterBrian Foster2020-05-071-1/+1
* xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster2020-05-071-13/+0
* xfs: simplify inode flush error handlingBrian Foster2020-05-071-72/+45
* xfs: factor out buffer I/O failure codeBrian Foster2020-05-071-5/+1
* xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2020-05-041-2/+2