summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-222-4/+1
* userfaultfd: provide unmasked address on page-faultNadav Amit2022-03-221-1/+4
* mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song2022-03-221-1/+2
* f2fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-2/+6
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-2251-51/+51
* fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song2022-03-221-1/+1
* mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim2022-03-221-3/+5
* mount: warn only once about timestamp range expirationAnthony Iliopoulos2022-03-221-0/+2
* f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown2022-03-225-14/+13
* remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-223-24/+0
* remove inode_congested()NeilBrown2022-03-221-37/+0
* ceph: remove reliance on bdi congestionNeilBrown2022-03-223-9/+15
* nfs: remove reliance on bdi congestionNeilBrown2022-03-221-3/+11
* fuse: remove reliance on bdi congestionNeilBrown2022-03-223-25/+17
* fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-2211-16/+16
* ocfs2: cleanup some return variablesJoseph Qi2022-03-222-18/+9
* ntfs: add sanity check on allocation sizeDongliang Mu2022-03-221-0/+4
* Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-03-181-1/+2
|\
| * smb3: fix incorrect session setup check for multiuser mountsSteve French2022-03-161-1/+2
* | ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi2022-03-171-11/+11
|/
* Merge branch 'davidh' (fixes from David Howells)Linus Torvalds2022-03-113-8/+35
|\
| * cachefiles: Fix volume coherency attributeDavid Howells2022-03-111-3/+20
| * afs: Fix potential thrashing in afs writebackDavid Howells2022-03-111-1/+8
| * watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-111-1/+2
| * watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells2022-03-111-3/+5
* | Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-085-6/+20
|\ \ | |/ |/|
| * fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi2022-03-073-1/+13
| * fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton2022-02-211-2/+1
| * fuse: fix fileattr op failureMiklos Szeredi2022-02-181-3/+6
* | Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-0613-28/+230
|\ \
| * | btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana2022-03-041-0/+28
| * | btrfs: add missing run of delayed items after unlink during log replayFilipe Manana2022-03-021-0/+18
| * | btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang2022-03-021-1/+8
| * | btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval2022-03-021-1/+31
| * | btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-027-1/+91
| * | btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue2022-03-021-9/+9
| * | btrfs: do not WARN_ON() if we have PageError setJosef Bacik2022-03-021-3/+13
| * | btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana2022-03-021-12/+31
| * | btrfs: subpage: fix a wrong check on subpage->writersQu Wenruo2022-03-021-1/+1
* | | proc: fix documentation and description of pagemapYun Zhou2022-03-051-1/+2
* | | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-052-6/+6
* | | cachefiles: Fix incorrect length to fallocate()David Howells2022-03-031-1/+1
* | | Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-021-1/+1
|\ \ \
| * | | erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang2022-03-021-1/+1
* | | | Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-011-7/+18
|\ \ \ \
| * | | | binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook2022-03-011-7/+18
* | | | | Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-261-2/+3
|\ \ \ \ \
| * | | | | tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-02-251-2/+3
* | | | | | Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-261-2/+5
|\ \ \ \ \ \
| * | | | | | xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong2022-02-091-2/+5