aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-05gfs2: Remove LM_FLAG_PRIORITY flagGravatar Andreas Gruenbacher 3-31/+6
2023-09-05gfs2: do_promote cleanupGravatar Andreas Gruenbacher 1-6/+6
2023-09-05gfs: Don't use GFP_NOFS in gfs2_unstuff_dinodeGravatar Andreas Gruenbacher 1-1/+1
2023-09-05gfs2: Use mapping->gfp_mask for metadata inodesGravatar Andreas Gruenbacher 3-9/+14
2023-09-05gfs2: increase usage of folio_next_index() helperGravatar Minjie Du 1-2/+1
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 14-168/+261
2023-09-02proc/ksm: add ksm stats to /proc/pid/smapsGravatar Stefan Roesch 1-0/+6
2023-09-02Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+27
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 4-12/+982
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+46
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+16
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-20/+20
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 19-43/+88
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 26-327/+550
2023-08-31Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdGravatar Linus Torvalds 15-417/+432
2023-08-31Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyGravatar Linus Torvalds 4-2/+9
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 25-673/+717
2023-08-31Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 22-421/+575
2023-08-31Merge tag 'v6.6-vfs.super.fixes.2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-22/+46
2023-08-31pstore: Base compression input buffer size on estimated compressed sizeGravatar Ard Biesheuvel 1-7/+27
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-1/+10
2023-08-31ceph: make num_fwd and num_retry to __u32Gravatar Xiubo Li 2-87/+106
2023-08-31NFS: switch back to using kill_anon_superGravatar Christoph Hellwig 1-3/+1
2023-08-31fs: export sget_dev()Gravatar Christian Brauner 1-19/+45
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 43-2021/+1377
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 42-647/+3910
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 8-218/+219
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Gravatar Linus Torvalds 11-68/+580
2023-08-30pNFS: Fix assignment of xprtdata.credGravatar Anna Schumaker 1-1/+1
2023-08-30NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQGravatar Olga Kornievskaia 1-2/+3
2023-08-30NFS: Guard against READDIR loop when entry names exceed MAXNAMELENGravatar Benjamin Coddington 2-2/+2
2023-08-30fs/jfs: Use common ucs2 upper case tableGravatar Dr. David Alan Gilbert 6-147/+23
2023-08-30fs/smb/client: Use common code in clientGravatar Dr. David Alan Gilbert 5-405/+4
2023-08-30fs/smb: Swing unicode common code from smb->NLSGravatar Dr. David Alan Gilbert 7-284/+328
2023-08-30fs/smb: Remove unicode 'lower' tablesGravatar Dr. David Alan Gilbert 4-343/+0
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionGravatar Steve French 9-22/+22
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 41-27/+51
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-44/+46
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 14-65/+60
2023-08-29NFSD: da_addr_body field missing in some GETDEVICEINFO repliesGravatar Chuck Lever 3-14/+29
2023-08-29SUNRPC: Add enum svc_auth_statusGravatar Chuck Lever 2-2/+2
2023-08-29SUNRPC: remove timeout arg from svc_recv()Gravatar NeilBrown 4-9/+14
2023-08-29SUNRPC: change svc_recv() to return void.Gravatar NeilBrown 3-28/+5
2023-08-29SUNRPC: call svc_process() from svc_recv().Gravatar NeilBrown 3-8/+1
2023-08-29nfsd: separate nfsd_last_thread() from nfsd_put()Gravatar NeilBrown 2-34/+25
2023-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()Gravatar NeilBrown 1-23/+0
2023-08-29nfsd: don't allow nfsd threads to be signalled.Gravatar NeilBrown 3-23/+3
2023-08-29lockd: remove SIGKILL handlingGravatar NeilBrown 1-24/+0
2023-08-29fs: lockd: avoid possible wrong NULL parameterGravatar Su Hui 1-0/+3
2023-08-29exportfs: remove kernel-doc warnings in exportfsGravatar Zhu Wang 1-0/+1