summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R
2021-01-22xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-09-21xfs: drop extra transaction roll from inode extent truncateBrian Foster
2020-09-15xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong
2020-09-15xfs: refactor inode flags propagation codeDarrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner
2020-07-07xfs: rename xfs_iflush_int()Dave Chinner
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner
2020-07-07xfs: rework stale inodes in xfs_ifree_clusterDave Chinner
2020-07-07xfs: get rid of log item callbacksDave Chinner
2020-07-06xfs: make inode IO completion buffer centricDave Chinner
2020-07-06xfs: mark inode buffers in cacheDave Chinner
2020-07-06xfs: add an inode item lockDave Chinner
2020-07-06xfs: remove logged flag from inode log itemDave Chinner
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong
2020-06-13Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-08xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: remove xfs_ifree_local_dataChristoph Hellwig
2020-05-19xfs: improve local fork verificationChristoph Hellwig
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster
2020-05-07xfs: remove unused iflush stale parameterBrian Foster
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster
2020-05-07xfs: simplify inode flush error handlingBrian Foster
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster