summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-10-271-1/+1
|\
| * ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockAl Viro2023-10-271-1/+1
* | Merge tag 'pull-nfsd-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2023-10-231-6/+6
|\ \
| * | nfsd: lock_rename() needs both directories to live on the same fsAl Viro2023-10-171-6/+6
| |/
* | Merge tag 'for-6.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-235-15/+33
|\ \
| * | btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana2023-10-235-15/+33
* | | Merge tag 'iomap-6.6-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-10-211-3/+7
|\ \ \
| * | | iomap: fix short copy in iomap_write_iter()Jan Stancek2023-10-191-3/+7
* | | | Merge tag 'nfs-for-6.6-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-10-205-21/+38
|\ \ \ \
| * | | | NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-10-181-2/+0
| * | | | pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_statsTrond Myklebust2023-10-181-7/+10
| * | | | pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust2023-10-181-10/+23
| * | | | NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew2023-10-111-1/+3
| * | | | nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo2023-10-111-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'fsnotify_for_v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-201-8/+17
|\ \ \ \
| * | | | fanotify: limit reporting of event with non-decodeable file handlesAmir Goldstein2023-10-191-8/+17
* | | | | 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
| |/ / / /