summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust1-10/+23
2023-10-17nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-10-15btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell1-1/+1
2023-10-15Merge tag 'ovl-fixes-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-69/+84
2023-10-15Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-7/+11
2023-10-15Merge tag '6.6-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-74/+69
2023-10-14ovl: temporarily disable appending lowedirsAmir Goldstein1-49/+3
2023-10-14Merge tag 'xfs-6.6-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-5/+16
2023-10-14ovl: fix regression in showing lowerdir mount optionAmir Goldstein1-15/+23
2023-10-13Merge tag 'ceph-for-6.6-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds3-5/+3
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-4/+5
2023-10-13ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon1-1/+1
2023-10-13ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon1-0/+3
2023-10-13ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon1-4/+5
2023-10-13ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon1-2/+2
2023-10-12ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein1-0/+29
2023-10-12fs: factor out vfs_parse_monolithic_sep() helperAmir Goldstein1-5/+29
2023-10-12smb: client: prevent new fids from being removed by laundromatPaulo Alcantara1-21/+35
2023-10-12smb: client: make laundromat a delayed workerPaulo Alcantara2-55/+36
2023-10-12xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton1-0/+5
2023-10-12xfs: Remove duplicate includeJiapeng Chong1-1/+0
2023-10-12xfs: correct calculation for agend and blockcountShiyang Ruan1-3/+3
2023-10-12Merge tag 'fs_for_v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-27/+39
2023-10-11Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+2
2023-10-11xfs: process free extents to busy list in FIFO orderDarrick J. Wong1-1/+2
2023-10-11xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong1-0/+6
2023-10-11NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew1-1/+3
2023-10-11nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo1-1/+2
2023-10-11btrfs: add __counted_by for struct btrfs_delayed_item and use struct_size()Gustavo A. R. Silva2-2/+2
2023-10-10Revert "btrfs: reject unknown mount options early"David Sterba1-4/+0
2023-10-10overlayfs: move xattr tables to .rodataWedson Almeida Filho1-2/+2
2023-10-10xfs: move xfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-10ubifs: move ubifs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-10squashfs: move squashfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-10smb: move cifs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-10reiserfs: move reiserfs_xattr_handlers to .rodataWedson Almeida Filho2-3/+3
2023-10-09orangefs: move orangefs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodataWedson Almeida Filho2-3/+3
2023-10-09ntfs3: move ntfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09nfs: move nfs4_xattr_handlers to .rodataWedson Almeida Filho3-3/+3
2023-10-09kernfs: move kernfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09jfs: move jfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09jffs2: move jffs2_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09hfsplus: move hfsplus_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09hfs: move hfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09gfs2: move gfs2_xattr_handlers_max to .rodataWedson Almeida Filho2-4/+4
2023-10-09fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodataWedson Almeida Filho2-3/+3
2023-10-09ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodataWedson Almeida Filho2-3/+3
2023-10-09erofs: move erofs_xattr_handlers and xattr_handler_map to .rodataWedson Almeida Filho2-3/+3