summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner1-2/+9
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner1-35/+3
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner1-145/+70
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner1-30/+1
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia1-7/+1
2020-12-09xfs: refactor file range validationDarrick J. Wong1-1/+1
2020-09-21xfs: drop extra transaction roll from inode extent truncateBrian Foster1-8/+1
2020-09-15xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong1-1/+2
2020-09-15xfs: refactor inode flags propagation codeDarrick J. Wong1-48/+65
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-2/+2
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-3/+3
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner1-46/+27
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-2/+2
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang1-27/+11
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner1-2/+0
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner1-96/+75
2020-07-07xfs: rename xfs_iflush_int()Dave Chinner1-147/+146
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner1-93/+14
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner1-19/+5
2020-07-07xfs: rework stale inodes in xfs_ifree_clusterDave Chinner1-99/+62
2020-07-07xfs: get rid of log item callbacksDave Chinner1-2/+3
2020-07-06xfs: make inode IO completion buffer centricDave Chinner1-4/+2
2020-07-06xfs: mark inode buffers in cacheDave Chinner1-1/+1
2020-07-06xfs: add an inode item lockDave Chinner1-8/+12
2020-07-06xfs: remove logged flag from inode log itemDave Chinner1-9/+4
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner1-3/+22
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong1-0/+93
2020-06-13Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+3
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-7/+7
2020-06-08xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan1-1/+3
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-20/+16
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-11/+8
2020-05-19xfs: remove xfs_ifree_local_dataChristoph Hellwig1-20/+10
2020-05-19xfs: improve local fork verificationChristoph Hellwig1-19/+9
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig1-17/+4
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig1-2/+2
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster1-4/+3
2020-05-07xfs: remove unused iflush stale parameterBrian Foster1-1/+1
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster1-13/+0
2020-05-07xfs: simplify inode flush error handlingBrian Foster1-72/+45
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster1-5/+1
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig1-2/+2
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig1-0/+19
2020-04-02xfs: fix inode number overflow in ifree cluster helperBrian Foster1-1/+1
2020-03-28xfs: remove unnecessary ternary from xfs_createKaixu Xia1-2/+1
2020-03-27xfs: factor inode lookup from xfs_ifree_clusterDave Chinner1-68/+84
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig1-14/+2
2020-03-19xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig1-10/+3
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-2/+2
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig1-3/+3