summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-05proc: fix documentation and description of pagemapYun Zhou
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-03-04btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-03-03cachefiles: Fix incorrect length to fallocate()David Howells
2022-03-02Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-02btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-03-02btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue
2022-03-02btrfs: do not WARN_ON() if we have PageError setJosef Bacik
2022-03-02btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2022-03-02btrfs: subpage: fix a wrong check on subpage->writersQu Wenruo
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang
2022-03-01Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-01binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-02-25tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)
2022-02-25Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con...Linus Torvalds
2022-02-25Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-24Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo
2022-02-23btrfs: autodefrag: only scan one inode onceQu Wenruo
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo
2022-02-23btrfs: defrag: bring back the old file extent search behaviorQu Wenruo
2022-02-23btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo
2022-02-23btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo
2022-02-23btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong
2022-02-22io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken
2022-02-21io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-02-18Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-02-18Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain
2022-02-16cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French
2022-02-16NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust
2022-02-15btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo
2022-02-15btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns
2022-02-15Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-15io_uring: add a schedule point in io_add_buffers()Eric Dumazet
2022-02-14NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust
2022-02-14NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust
2022-02-14cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg
2022-02-14fs: add kernel doc for mnt_{hold,unhold}_writers()Christian Brauner
2022-02-13cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg
2022-02-13cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg
2022-02-13cifs: fix set of group SID via NTSD xattrsAmir Goldstein