summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2021-03-18btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval
2021-03-18Merge tag 'xfs-5.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-03-18Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-03-18btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana
2021-03-18io_uring: don't leak creds on SQO attach errorPavel Begunkov
2021-03-18io_uring: use typesafe pointers in io_uring_taskStefan Metzmacher
2021-03-18io_uring: remove structures from include/linux/io_uring.hStefan Metzmacher
2021-03-18io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() callsStefan Metzmacher
2021-03-17btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana
2021-03-17btrfs: fix build when using M=fs/btrfsDavid Sterba
2021-03-17btrfs: do not initialize dev replace for bad dev rootJosef Bacik
2021-03-17btrfs: initialize device::fs_info alwaysJosef Bacik
2021-03-17btrfs: do not initialize dev stats if we have no dev_rootJosef Bacik
2021-03-17btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn
2021-03-17zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()Chao Yu
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-03-16btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana
2021-03-16btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana
2021-03-16btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2021-03-16Merge tag 'fuse-fixes-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-03-16Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini
2021-03-16btrfs: subpage: make readahead work properlyQu Wenruo
2021-03-16btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo
2021-03-16zonefs: Fix O_APPEND async write handlingDamien Le Moal
2021-03-16zonefs: prevent use of seq files as swap fileDamien Le Moal
2021-03-15Merge tag 'afs-fixes-20210315' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells
2021-03-15afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana
2021-03-15btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo
2021-03-15btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo
2021-03-15btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig
2021-03-15xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong
2021-03-15io_uring: fix sqpoll cancellation via task_workPavel Begunkov
2021-03-15io_uring: add generic callback_head helpersPavel Begunkov
2021-03-15io_uring: fix concurrent parkingPavel Begunkov
2021-03-15io_uring: halt SQO submission on ctx exitPavel Begunkov
2021-03-15io_uring: replace sqd rw_semaphore with mutexPavel Begunkov
2021-03-15io_uring: fix complete_post use ctx after freePavel Begunkov
2021-03-15io_uring: fix ->flags races by linked timeoutsPavel Begunkov
2021-03-14cifs: Fix preauth hash corruptionVincent Whitchurch
2021-03-14cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-14io_uring: convert io_buffer_idr to XArrayJens Axboe
2021-03-13Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-03-13binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe