summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-05-02sysctl: remove register_sysctl_paths()Luis Chamberlain
2023-05-02mm: hwpoison: coredump: support recovery from dump_user_range()Kefeng Wang
2023-05-02lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix
2023-05-02nfsd: define exports_proc_ops with CONFIG_PROC_FSTom Rix
2023-05-02afs: Avoid endless loop if file is larger than expectedMarc Dionne
2023-05-02afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells
2023-05-02afs: Fix updating of i_size with dv jump from serverMarc Dionne
2023-05-02cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara
2023-05-02cifs: print smb3_fs_context::source when mountingPaulo Alcantara
2023-05-02cifs: protect session status check in smb2_reconnect()Paulo Alcantara
2023-05-02SMB3.1.1: correct definition for app_instance_id create contextsSteve French
2023-05-02btrfs: fix encoded write i_size corruption with no-holesBoris Burkov
2023-05-02xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-05-02xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong
2023-05-02xfs: fix negative array access in xfs_getbmapDarrick J. Wong
2023-05-02xfs: don't allocate into the data fork for an unshare requestDarrick J. Wong
2023-05-02xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong
2023-05-02xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong
2023-05-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-01Merge tag '6.4-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-04-30ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET
2023-04-30ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li
2023-04-30ceph: implement writeback livelock avoidance using page taggingXiubo Li
2023-04-30ceph: do not print the whole xattr value if it's too longXiubo Li
2023-04-29Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-04-29Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-04-29Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2023-04-29Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-04-29Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-04-28cifs: update internal module version number for cifs.koSteve French
2023-04-28smb3: move some common open context structs to smbfs_commonSteve French
2023-04-28smb3: make query_on_disk_id open context consistent and move to common codeSteve French
2023-04-28SMB3.1.1: add new tree connect ShareFlagsSteve French
2023-04-28cifs: missing lock when updating session statusSteve French
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-04-28NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker
2023-04-28fs/9p: Fix bit operation logic errorEric Van Hensbergen
2023-04-28ext4: clean up error handling in __ext4_fill_super()Theodore Ts'o
2023-04-28ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o
2023-04-28ext4: fix lost error code reporting in __ext4_fill_super()Theodore Ts'o
2023-04-28ext4: fix unused iterator variable warningsNathan Chancellor
2023-04-28ext4: fix use-after-free read in ext4_find_extent for bigalloc + inlineYe Bin
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-28writeback: fix call of incorrect macroMaxim Korotkov