aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-19/+13
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2022-02-09xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong1-2/+5
2022-02-05Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-79/+69
2022-02-05Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+5
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig2-10/+8
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig2-9/+5
2022-02-01xfs: ensure log flush at the end of a synchronous fallocate callDave Chinner1-16/+16
2022-02-01xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner3-42/+36
2022-02-01xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2-14/+3
2022-02-01xfs: fallocate() should call file_modified()Dave Chinner1-4/+9
2022-02-01xfs: remove XFS_PREALLOC_SYNCDave Chinner3-10/+12
2022-01-31xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong1-1/+1
2022-01-30xfs: return errors in xfs_fs_sync_fsDarrick J. Wong1-1/+5
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner1-1/+15
2022-01-22Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-36/+4
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-8/+13
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-128/+10
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+4
2022-01-19xfs: flush inodegc workqueue tasks before cancelBrian Foster1-18/+4
2022-01-18xfs: remove unused xfs_ioctl32.h declarationsDarrick J. Wong1-18/+0
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong3-8/+13
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong6-127/+10
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong1-25/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+2
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown2-3/+2
2022-01-15Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-46/+72
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds12-93/+126
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds2-12/+14
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong2-27/+38
2022-01-11xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong1-19/+34
2022-01-11Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds22-168/+176
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds3-6/+7
2022-01-06xfs: warn about inodes with project id of -1Darrick J. Wong1-0/+14
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong1-51/+28
2022-01-06xfs: Remove redundant assignment of mpJiapeng Chong1-2/+0
2022-01-06xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner1-11/+35
2022-01-06xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2-7/+12
2021-12-22xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong1-1/+2
2021-12-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-3/+3
2021-12-21xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter2-3/+4
2021-12-21xfs: Fix comments mentioning xfs_iallocYang Xu2-4/+5
2021-12-21xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner1-1/+1
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong1-4/+11
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong4-21/+27
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong2-43/+20
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong5-17/+6
2021-12-21xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong1-1/+10
2021-12-18xfs: Support large foliosMatthew Wilcox (Oracle)1-0/+2
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)1-12/+12