summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | jfs: define xtree root and page independentlyDave Kleikamp2023-10-136-23/+32
| * | | | jfs: fix array-index-out-of-bounds in diAllocManas Ghandat2023-10-041-1/+4
| * | | | jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat2023-10-041-4/+10
| * | | | fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng2023-10-041-0/+6
| * | | | fs/jfs: Add check for negative db_l2nbperpageJuntong Deng2023-10-041-1/+2
| | |/ / | |/| |
* | | | Merge tag 'exfat-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-027-48/+171
|\ \ \ \
| * | | | exfat: support create zero-size directoryYuezhang Mo2023-10-314-8/+20
| * | | | exfat: support handle zero-size directoryYuezhang Mo2023-10-311-7/+22
| * | | | exfat: add ioctls for accessing attributesJan Cincera2023-10-317-33/+129
* | | | | Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-0210-135/+88
|\ \ \ \ \
| * | | | | erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2023-10-312-7/+2
| * | | | | erofs: tidy up redundant includesFerry Meng2023-10-306-8/+2
| * | | | | erofs: get rid of ROOT_NID()Ferry Meng2023-10-302-5/+3
| * | | | | erofs: simplify compression configuration parserGao Xiang2023-10-306-108/+79
| * | | | | erofs: don't warn MicroLZMA format anymoreGao Xiang2023-10-302-7/+2
* | | | | | Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-0214-585/+823
|\ \ \ \ \ \
| * | | | | | ext4: properly sync file size update after O_SYNC direct IOJan Kara2023-11-011-88/+65
| * | | | | | ext4: fix racy may inline data check in dio writeBrian Foster2023-11-011-7/+9
| * | | | | | ext4: run mballoc test with different layouts settingKemeng Shi2023-10-061-14/+38
| * | | | | | ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi2023-10-062-0/+329
| * | | | | | ext4: add some kunit stub for mballoc kunit testKemeng Shi2023-10-062-0/+15
| * | | | | | ext4: call ext4_mb_mark_context in ext4_group_add_blocks()Kemeng Shi2023-10-061-72/+10
| * | | | | | ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()Kemeng Shi2023-10-061-28/+26
| * | | | | | ext4: call ext4_mb_mark_context in ext4_mb_clear_bbKemeng Shi2023-10-061-59/+10
| * | | | | | ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()Kemeng Shi2023-10-061-49/+49
| * | | | | | ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_usedKemeng Shi2023-10-061-66/+20