summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-036-5/+18
|\ \
| * | treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2023-10-272-0/+15
| * | ubifs: Do not include crypto/algapi.hHerbert Xu2023-09-153-4/+2
| * | fscrypt: Do not include crypto/algapi.hHerbert Xu2023-09-151-1/+1
* | | Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-11-026-118/+194
|\ \ \
| * | | ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon2023-10-311-16/+0
| * | | ksmbd: add support for surrogate pair conversionNamjae Jeon2023-10-231-49/+138
| * | | ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang2023-10-231-10/+30
| * | | ksmbd: fix recursive locking in vfs helpersMarios Makassikis2023-10-231-20/+3
| * | | ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon2023-10-231-1/+1
| * | | ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon2023-10-231-21/+22
| * | | ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu2023-10-231-1/+0
* | | | Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-021-2/+2
|\ \ \ \
| * | | | fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macroAlexey Dobriyan2023-10-101-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-026-139/+148
|\ \ \ \
| * | | | ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to foliosMatthew Wilcox (Oracle)2023-10-251-15/+14
| * | | | ext2: Convert ext2_make_empty() to use a folioMatthew Wilcox (Oracle)2023-10-251-8/+8
| * | | | ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)2023-10-253-75/+55
| * | | | ext2: Convert ext2_delete_entry() to use foliosMatthew Wilcox (Oracle)2023-10-251-13/+17
| * | | | ext2: Convert ext2_empty_dir() to use a folioMatthew Wilcox (Oracle)2023-10-251-5/+5
| * | | | ext2: Convert ext2_add_link() to use a folioMatthew Wilcox (Oracle)2023-10-251-12/+12
| * | | | ext2: Convert ext2_readdir to use a folioMatthew Wilcox (Oracle)2023-10-251-5/+5
| * | | | ext2: Add ext2_get_folio()Matthew Wilcox (Oracle)2023-10-251-12/+24
| * | | | ext2: Convert ext2_check_page to ext2_check_folioMatthew Wilcox (Oracle)2023-10-251-14/+14
| * | | | udf: Avoid unneeded variable length array in struct fileIdentDescJan Kara2023-10-031-1/+1
| * | | | udf: Annotate struct udf_bitmap with __counted_byKees Cook2023-09-181-1/+1
| * | | | quota: explicitly forbid quota files from being encryptedEric Biggers2023-09-051-0/+14
* | | | | Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2023-11-027-29/+54
|\ \ \ \ \