summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-191-4/+5
|\
| * audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash2023-10-131-4/+5
* | Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-10-1916-82/+197
|\ \
| * | fs/ntfs3: Avoid possible memory leakSu Hui2023-09-281-2/+4
| * | fs/ntfs3: Fix directory element type detectionGabriel Marcano2023-09-281-1/+5
| * | fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao2023-09-281-0/+3
| * | fs/ntfs3: Fix OOB read in ntfs_init_from_bootPavel Skripkin2023-09-281-0/+5
| * | fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng2023-09-281-1/+6
| * | fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov2023-09-281-4/+2
| * | fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov2023-09-281-1/+1
| * | fs/ntfs3: Do not allow to change label if volume is read-onlyKonstantin Komarov2023-09-281-1/+6
| * | fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfoKonstantin Komarov2023-09-281-3/+11
| * | fs/ntfs3: Refactoring and commentsKonstantin Komarov2023-09-288-23/+25
| * | fs/ntfs3: Fix alternative boot searchingKonstantin Komarov2023-09-281-3/+7
| * | fs/ntfs3: Allow repeated call to ntfs3_put_sbiKonstantin Komarov2023-09-282-5/+17
| * | fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctimeKonstantin Komarov2023-09-281-1/+1
| * | fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_superKonstantin Komarov2023-09-282-6/+22
| * | fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov2023-09-281-1/+5
| * | fs/ntfs3: Add more attributes checks in mi_enum_attr()Konstantin Komarov2023-09-281-16/+52
| * | fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov2023-09-283-4/+16
| * | fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov2023-09-281-10/+3
| * | fs/ntfs3: Add ckeck in ni_update_parent()Konstantin Komarov2023-09-281-0/+6
* | | Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-191-1/+1
|\ \ \
| * | | btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell2023-10-151-1/+1
* | | | Merge tag 'ovl-fixes-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-152-69/+84
|\ \ \ \
| * | | | ovl: temporarily disable appending lowedirsAmir Goldstein2023-10-141-49/+3
| * | | | ovl: fix regression in showing lowerdir mount optionAmir Goldstein2023-10-141-15/+23
| * | | | ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein2023-10-121-0/+29
| * | | | fs: factor out vfs_parse_monolithic_sep() helperAmir Goldstein2023-10-121-5/+29
| | |_|/ | |/| |
* | | | Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-10-142-7/+11
|\ \ \ \
| * | | | ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon2023-10-121-1/+1
| * | | | ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon2023-10-121-0/+3
| * | | | ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon2023-10-121-4/+5
| * | | | ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon2023-10-121-2/+2
| |/ / /
* | | | Merge tag '6.6-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-10-142-74/+69
|\ \ \ \
| * | | | smb: client: prevent new fids from being removed by laundromatPaulo Alcantara2023-10-121-21/+35
| * | | | smb: client: make laundromat a delayed workerPaulo Alcantara2023-10-122-55/+36
| |/ / /
* | | | Merge tag 'xfs-6.6-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-10-145-5/+16
|\ \ \ \
| * | | | xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton2023-10-121-0/+5
| * | | | xfs: Remove duplicate includeJiapeng Chong2023-10-121-1/+0
| * | | | xfs: correct calculation for agend and blockcountShiyang Ruan2023-10-121-3/+3
| * | | | xfs: process free extents to busy list in FIFO orderDarrick J. Wong2023-10-111-1/+2
| * | | | xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong2023-10-111-0/+6
| |/ / /
* | | | Merge tag 'ceph-for-6.6-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds2023-10-133-5/+3
|\ \ \ \
| * | | | ceph: fix type promotion bug on 32bit systemsDan Carpenter2023-10-091-1/+1
| * | | | ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Luis Henriques2023-10-091-1/+1
| * | | | ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li2023-10-091-3/+1
| |/ / /
* | | | Merge tag 'fs_for_v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-111-27/+39
|\ \ \ \
| * | | | quota: Fix slow quotaoffJan Kara2023-10-061-27/+39
* | | | | Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-113-6/+2
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |