summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-03quota: use lockdep_assert_held_write in dquot_load_quota_sbChristoph Hellwig1-3/+2
2023-07-31udf: Fix -Wstringop-overflow warningsGustavo A. R. Silva1-1/+1
2023-07-03quota: simplify drop_dquot_ref()Baokun Li1-61/+9
2023-07-03quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li1-18/+78
2023-07-03quota: add new helper dquot_active()Baokun Li1-9/+14
2023-07-03quota: rename dquot_active() to inode_quota_active()Baokun Li1-10/+10
2023-07-03quota: factor out dquot_write_dquot()Baokun Li1-23/+16
2023-07-03ext2: remove redundant assignment to variable desc and variable best_descColin Ian King1-3/+0
2023-07-02Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-02fs: move cleanup from init_file() into its callersAmir Goldstein1-4/+10
2023-07-02Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-393/+773
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+9
2023-07-01Merge tag 'sysctl-fixes-v2-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-07-01Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds20-345/+403
2023-07-01Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds9-77/+88
2023-07-01Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-5/+5
2023-07-01Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+38
2023-07-01sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix1-1/+1
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-290/+465
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-31/+63
2023-06-29Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds13-222/+203
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-14/+19
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-578/+883
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds4-1/+22
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds13-699/+1350
2023-06-29Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington1-4/+2
2023-06-29NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington1-2/+4
2023-06-29fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...Lu Hongfei1-1/+1
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N3-0/+23
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N2-4/+4
2023-06-29ksmbd: avoid field overflow warningArnd Bergmann1-1/+1
2023-06-29Merge branch 'expand-stack'Linus Torvalds2-19/+25
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-330/+197
2023-06-29Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-228/+21
2023-06-28smb: client: improve DFS mount checkPaulo Alcantara1-2/+3
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara8-100/+118
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds9-19/+134
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds29-421/+364
2023-06-28smb: client: fix parsing of source mount optionPaulo Alcantara5-56/+80
2023-06-28smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara1-3/+0
2023-06-28cifs: print client_guid in DebugDataShyam Prasad N1-0/+1
2023-06-28cifs: fix session state check in smb2_find_smb_sesWinston Wen1-0/+7
2023-06-28cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen1-0/+6
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N2-19/+20
2023-06-28cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N1-3/+3
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-12/+10
2023-06-28Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2023-06-28Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-12/+8
2023-06-28Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-06-28Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-107/+108