summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar2023-10-171-18/+19
* fs: use nth_page() in place of direct struct page manipulationZi Yan2023-10-041-2/+2
* buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-25/+11
* ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-2/+8
* buffer: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)2023-10-041-1/+3
* ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)2023-10-041-1/+2
* buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-21/+40
* buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)2023-10-041-8/+9
* mm: shrinker: convert shrinker_rwsem to mutexQi Zheng2023-10-041-1/+1
* fs: super: dynamically allocate the s_shrinkQi Zheng2023-10-044-18/+21
* xfs: dynamically allocate the xfs-qm shrinkerQi Zheng2023-10-042-14/+15
* xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng2023-10-043-14/+18
* xfs: dynamically allocate the xfs-buf shrinkerQi Zheng2023-10-042-12/+14
* nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng2023-10-042-16/+17
* nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng2023-10-042-9/+12
* jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng2023-10-041-11/+18
* ext4: dynamically allocate the ext4-es shrinkerQi Zheng2023-10-042-11/+14
* mbcache: dynamically allocate the mbcache shrinkerQi Zheng2023-10-041-10/+12
* ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng2023-10-041-10/+11
* quota: dynamically allocate the dquota-cache shrinkerQi Zheng2023-10-041-8/+9
* nfsd: dynamically allocate the nfsd-filecache shrinkerQi Zheng2023-10-041-10/+13
* nfs: dynamically allocate the nfs-acl shrinkerQi Zheng2023-10-041-8/+13
* NFSv4.2: dynamically allocate the nfs-xattr shrinkersQi Zheng2023-10-041-43/+44
* gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng2023-10-043-10/+24
* gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng2023-10-041-9/+10
* f2fs: dynamically allocate the f2fs-shrinkerQi Zheng2023-10-041-8/+23
* erofs: dynamically allocate the erofs-shrinkerQi Zheng2023-10-041-7/+12
* proc/kcore: do not try to access unaccepted memoryAdrian Hunter2023-10-041-1/+2
* mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)2023-10-041-1/+1
* mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)2023-10-041-12/+12
* mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-041-2/+0
* Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-012-6/+5
|\
| * nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-09-301-3/+3
| * fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer2023-09-301-3/+2
* | Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-10-011-1/+1
|\ \
| * | eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)2023-09-301-1/+1
* | | Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-302-2/+11
|\ \ \
| * | | iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven2023-09-281-1/+1
| * | | iomap: add a workaround for racy i_size updates on block devicesChristoph Hellwig2023-09-251-1/+10
* | | | Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-09-301-2/+2
|\ \ \ \
| * | | | NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever2023-09-281-2/+2
* | | | | Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-301-0/+1
|\ \ \ \ \
| * | | | | fs/smb/client: Reset password pointer to NULLQuang Le2023-09-281-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-09-303-4/+7
|\ \ \ \ \
| * | | | | ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon2023-09-211-0/+3
| * | | | | ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon2023-09-212-4/+4
* | | | | | Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-301-4/+2
|\ \ \ \ \ \
| * | | | | | ceph: remove unnecessary check for NULL in parse_longname()Luís Henriques2023-09-181-4/+2
| |/ / / / /
* | | | | | Merge tag 'xfs-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-304-20/+61
|\ \ \ \ \ \
| * | | | | | xfs: fix reloading entire unlinked bucket listsDarrick J. Wong2023-09-254-20/+61
| | |/ / / / | |/| | | |