summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-01-30xfs: flush inodegc workqueue tasks before cancelxfs-merge-5.17_2022-01-30Brian Foster
2022-01-30xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong
2022-01-30xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong
2022-01-30xfs: hide the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong
2022-01-30xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong
2022-01-30xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong
2022-01-30xfs: warn about inodes with project id of -1Darrick J. Wong
2022-01-30xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong
2022-01-30xfs: Remove redundant assignment of mpJiapeng Chong
2022-01-30xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner
2022-01-30xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-30xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong
2022-01-30xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter
2022-01-30xfs: Fix comments mentioning xfs_iallocYang Xu
2022-01-30xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner
2022-01-30xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong
2022-01-30xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2022-01-30xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong
2022-01-30xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong
2022-01-30xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong
2022-01-08Merge tag 'xfs-5.16-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-12-30fs/mount_setattr: always cleanup mount_kattrChristian Brauner
2021-12-23Merge tag '5.16-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2021-12-23Merge tag 'io_uring-5.16-2021-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-22io_uring: zero iocb->ki_pos for stream file typesio_uring-5.16-2021-12-23Jens Axboe
2021-12-22xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocatexfs-5.16-fixes-4Darrick J. Wong
2021-12-21Merge tag 'nfsd-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-12-19Merge tag '5.16-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever
2021-12-17Merge tag 'zonefs-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-17ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives
2021-12-17cifs: sanitize multiple delimiters in prepathThiago Rafael Becker
2021-12-17cifs: ignore resource_id while getting fscache super cookieShyam Prasad N
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-12-17Merge tag 'io_uring-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-17zonefs: add MODULE_ALIAS_FSNaohiro Aota
2021-12-16ksmbd: fix uninitialized symbol 'pntsd_size'Namjae Jeon
2021-12-16ksmbd: fix error code in ndr_read_int32()Dan Carpenter
2021-12-16afs: Fix mmapDavid Howells
2021-12-15Merge tag 'ceph-for-5.16-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-12-15btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki
2021-12-15btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2021-12-15btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik
2021-12-14btrfs: fix missing last dir item offset update when logging directoryFilipe Manana
2021-12-14btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana
2021-12-14btrfs: fix memory leak in __add_inode_ref()Jianglei Nie
2021-12-13fget: clarify and improve __fget_files() implementationLinus Torvalds
2021-12-13io-wq: drop wqe lock before creating new workerio_uring-5.16-2021-12-17Jens Axboe
2021-12-11Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds