aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-01exfat: allow access to paths with trailing dotsGravatar Vasant Karasulli 3-15/+45
2022-03-18Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+2
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsGravatar Joseph Qi 1-11/+11
2022-03-16smb3: fix incorrect session setup check for multiuser mountsGravatar Steve French 1-1/+2
2022-03-11Merge branch 'davidh' (fixes from David Howells)Gravatar Linus Torvalds 3-8/+35
2022-03-11cachefiles: Fix volume coherency attributeGravatar David Howells 1-3/+20
2022-03-11afs: Fix potential thrashing in afs writebackGravatar David Howells 1-1/+8
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readGravatar David Howells 1-1/+2
2022-03-11watch_queue, pipe: Free watchqueue state after clearing pipe ringGravatar David Howells 1-3/+5
2022-03-08Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-6/+20
2022-03-07fuse: fix pipe buffer lifetime for direct_ioGravatar Miklos Szeredi 3-1/+13
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 13-28/+230
2022-03-05proc: fix documentation and description of pagemapGravatar Yun Zhou 1-1/+2
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeGravatar Suren Baghdasaryan 2-6/+6
2022-03-04btrfs: fallback to blocking mode when doing async dio over multiple extentsGravatar Filipe Manana 1-0/+28
2022-03-03cachefiles: Fix incorrect length to fallocate()Gravatar David Howells 1-1/+1
2022-03-02Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-03-02btrfs: add missing run of delayed items after unlink during log replayGravatar Filipe Manana 1-0/+18
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupGravatar Sidong Yang 1-1/+8
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Gravatar Omar Sandoval 1-1/+31
2022-03-02btrfs: do not start relocation until in progress drops are doneGravatar Josef Bacik 7-1/+91
2022-03-02btrfs: tree-checker: use u64 for item data end to avoid overflowGravatar Su Yue 1-9/+9
2022-03-02btrfs: do not WARN_ON() if we have PageError setGravatar Josef Bacik 1-3/+13
2022-03-02btrfs: fix lost prealloc extents beyond eof after full fsyncGravatar Filipe Manana 1-12/+31
2022-03-02btrfs: subpage: fix a wrong check on subpage->writersGravatar Qu Wenruo 1-1/+1
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGravatar Gao Xiang 1-1/+1
2022-03-01Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+18
2022-03-01binfmt_elf: Avoid total_mapping_size for ET_EXECGravatar Kees Cook 1-7/+18
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+3
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+5
2022-02-25tracefs: Set the group ownership in apply_options() not parse_options()Gravatar Steven Rostedt (Google) 1-2/+3
2022-02-25Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con...Gravatar Linus Torvalds 1-0/+14
2022-02-25Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-84/+296
2022-02-24Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+17
2022-02-24btrfs: reduce extent threshold for autodefragGravatar Qu Wenruo 3-4/+17
2022-02-23btrfs: autodefrag: only scan one inode onceGravatar Qu Wenruo 1-62/+22
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkGravatar Qu Wenruo 3-0/+24
2022-02-23btrfs: defrag: bring back the old file extent search behaviorGravatar Qu Wenruo 1-4/+157
2022-02-23btrfs: defrag: remove an ambiguous condition for rejectionGravatar Qu Wenruo 1-4/+0
2022-02-23btrfs: defrag: don't defrag extents which are already at max capacityGravatar Qu Wenruo 1-0/+20
2022-02-23btrfs: defrag: don't try to merge regular extents with preallocated extentsGravatar Qu Wenruo 1-6/+11
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()Gravatar ChenXiaoSong 1-0/+14
2022-02-22io_uring: disallow modification of rsrc_data during quiesceGravatar Dylan Yudaken 1-1/+9
2022-02-21fuse: move FUSE_SUPER_MAGIC definition to magic.hGravatar Jeff Layton 1-2/+1
2022-02-21io_uring: don't convert to jiffies for waiting on timeoutsGravatar Jens Axboe 1-6/+7
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+30
2022-02-18Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 3-10/+6
2022-02-18Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 5-10/+17
2022-02-18fuse: fix fileattr op failureGravatar Miklos Szeredi 1-3/+6
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Gravatar Luis Chamberlain 1-2/+6