summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-15Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong
2022-01-11xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong
2022-01-11Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-06xfs: warn about inodes with project id of -1Darrick J. Wong
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong
2022-01-06xfs: Remove redundant assignment of mpJiapeng Chong
2022-01-06xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner
2022-01-06xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman
2021-12-22xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong
2021-12-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong
2021-12-21xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter
2021-12-21xfs: Fix comments mentioning xfs_iallocYang Xu
2021-12-21xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong
2021-12-21xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong
2021-12-18xfs: Support large foliosMatthew Wilcox (Oracle)
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)
2021-12-07xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong
2021-12-05fs: port higher-level mapping helpersChristian Brauner
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig
2021-12-04xfs: use xfs_direct_write_iomap_ops for DAX zeroingChristoph Hellwig
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04xfs: factor out a xfs_setup_dax_always helperChristoph Hellwig
2021-12-03fs: move mapping helpersChristian Brauner
2021-12-01xfs: remove incorrect ASSERT in xfs_renameEric Sandeen
2021-11-24xfs: remove xfs_inew_waitChristoph Hellwig
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu
2021-11-14Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang
2021-11-02Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-30xfs: use swap() to make code cleanerChangcheng Deng