summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext2: improve consistency of ext2_fsblk_t datatype usageGeorg Ottinger2023-08-183-8/+7
* ext2: dump current reservation window infoYe Bin2023-08-161-1/+6
* ext2: fix race between setxattr and write backYe Bin2023-08-162-8/+9
* ext2: introduce new flags argument for ext2_new_blocks()Ye Bin2023-08-164-4/+11
* ext2: remove ext2_new_block()Ye Bin2023-08-163-9/+3
* ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger2023-08-161-2/+2
* udf: Drop pointless aops assignmentJan Kara2023-08-091-2/+0
* quota: use lockdep_assert_held_write in dquot_load_quota_sbChristoph Hellwig2023-08-031-3/+2
* udf: Fix -Wstringop-overflow warningsGustavo A. R. Silva2023-07-311-1/+1
* quota: simplify drop_dquot_ref()Baokun Li2023-07-031-61/+9
* quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li2023-07-031-18/+78
* quota: add new helper dquot_active()Baokun Li2023-07-031-9/+14
* quota: rename dquot_active() to inode_quota_active()Baokun Li2023-07-031-10/+10
* quota: factor out dquot_write_dquot()Baokun Li2023-07-031-23/+16
* ext2: remove redundant assignment to variable desc and variable best_descColin Ian King2023-07-031-3/+0
* Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-021-1/+1
|\
| * fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...Lu Hongfei2023-06-291-1/+1
* | fs: move cleanup from init_file() into its callersAmir Goldstein2023-07-021-4/+10
* | Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-07-0115-393/+773
|\ \
| * | Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington2023-06-291-4/+2
| * | NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington2023-06-291-2/+4
| * | nfs: don't report STATX_BTIME in ->getattrJeff Layton2023-06-191-1/+1
| * | NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSIONOlga Kornievskaia2023-06-191-0/+1
| * | NFSv4.2: fix wrong shrinker_idQi Zheng2023-06-191-35/+44
| * | NFSv4: Clean up some shutdown loopsBenjamin Coddington2023-06-192-1/+4
| * | NFS: Cancel all existing RPC tasks when shutdownBenjamin Coddington2023-06-191-4/+15
| * | NFS: add sysfs shutdown knobBenjamin Coddington2023-06-191-1/+53
| * | NFS: add a sysfs link to the acl rpc_clientBenjamin Coddington2023-06-191-0/+4
| * | NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington2023-06-192-0/+7
| * | NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington2023-06-194-0/+28
| * | NFS: add superblock sysfs entriesBenjamin Coddington2023-06-195-1/+88
| * | NFS: Make all of /sys/fs/nfs network-namespace uniqueBenjamin Coddington2023-06-192-37/+33
| * | NFS: Open-code the nfs_kset kset_create_and_add()Benjamin Coddington2023-06-191-2/+32
| * | NFS: rename nfs_client_kobj to nfs_net_kobjBenjamin Coddington2023-06-192-6/+6
| * | NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington2023-06-191-8/+8
| * | NFS: Add an "xprtsec=" NFS mount optionChuck Lever2023-06-196-15/+102
| * | NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever2023-06-194-5/+25
| * | NFS: Improvements for fs_context-related tracepointsChuck Lever2023-06-191-0/+5
| * | NFSv4.2: SETXATTR should update ctimeAnna Schumaker2023-06-192-7/+29
| * | NFSv4.2: Clean up xattr size macrosAnna Schumaker2023-06-191-49/+47
| * | NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functionsAnna Schumaker2023-06-191-2/+12
| * | NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functionsAnna Schumaker2023-06-191-71/+83
| * | NFSv4.2: Clean up: move decode_*xattr() functionsAnna Schumaker2023-06-191-164/+162
| * | NFSv4.2: Clean up: Move the encode_copy_commit() functionAnna Schumaker2023-06-191-12/+12
* | | Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-012-8/+9
|\ \ \
| * | | dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-262-6/+8
| * | | fsdax: remove redundant variable 'error'Colin Ian King2023-06-231-2/+1
* | | | Merge tag 'sysctl-fixes-v2-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-011-1/+1
|\ \ \ \
| * | | | sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix2023-07-011-1/+1
* | | | | Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-0120-345/+403
|\ \ \ \ \