summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig2020-04-061-0/+19
* xfs: fix inode number overflow in ifree cluster helperBrian Foster2020-04-021-1/+1
* xfs: remove unnecessary ternary from xfs_createKaixu Xia2020-03-281-2/+1
* xfs: factor inode lookup from xfs_ifree_clusterDave Chinner2020-03-271-68/+84
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-14/+2
* xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig2020-03-191-10/+3
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-2/+2
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-111-3/+3
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-10/+4
* xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig2020-03-021-2/+6
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-6/+6
* xfs: remove unused variable 'done'YueHaibing2020-01-231-1/+0
* xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong2020-01-141-12/+12
* xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2019-11-131-0/+17