aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2023-10-10ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao
2023-10-10ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao
2023-10-10NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust
2023-09-23nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-23attr: block mode changes of symlinksChristian Brauner
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner
2023-09-23ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-09-23autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin
2023-09-23btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-09-23NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin
2023-09-23udf: initialize newblock to 0Tom Rix
2023-09-23pstore/ram: Check start of empty przs during initEnlin Mu
2023-09-23dlm: fix plock lookup when using multiple lockspacesAlexander Aring
2023-09-23procfs: block chmod on /proc/thread-self/commAleksa Sarai
2023-09-23NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever
2023-09-23fs: lockd: avoid possible wrong NULL parameterSu Hui
2023-09-23jfs: validate max amount of blocks before allocation.Alexei Filippov
2023-09-23nfs/blocklayout: Use the passed in gfp flagsDan Carpenter
2023-09-23quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li
2023-09-23quota: add new helper dquot_active()Baokun Li
2023-09-23quota: rename dquot_active() to inode_quota_active()Baokun Li
2023-09-23quota: factor out dquot_write_dquot()Baokun Li
2023-09-23quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse listChengguang Xu
2023-09-23quota: add dqi_dirty_list description to comment of Dquot List ManagementChengguang Xu
2023-09-23fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev
2023-09-23fs: Fix error checking for d_hash_and_lookup()Wang Ming
2023-09-23new helper: lookup_positive_unlocked()Al Viro
2023-09-23eventfd: prevent underflow for eventfd semaphoresWen Yang
2023-09-23eventfd: Export eventfd_ctx_do_read()David Woodhouse
2023-09-23reiserfs: Check the return value from __getblk()Matthew Wilcox
2023-09-23udf: Handle error when adding extent to a fileJan Kara
2023-09-23udf: Check consistency of Space Bitmap DescriptorVladislav Efanov
2023-09-23cifs: add a warning when the in-flight count goes negativeShyam Prasad N
2023-09-23fs/nls: make load_nls() take a const parameterWinston Wen
2023-09-23nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi
2023-09-23nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2023-08-30nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington
2023-08-30fs: dlm: fix mismatch of plock results from userspaceAlexander Aring
2023-08-30fs: dlm: use dlm_plock_info for do_unlock_closeAlexander Aring
2023-08-30fs: dlm: change plock interrupted message to debug againAlexander Aring
2023-08-30fs: dlm: add pid to debug logAlexander Aring
2023-08-30dlm: replace usage of found with dedicated list iterator variableJakob Koschel
2023-08-30dlm: improve plock logging if interruptedAlexander Aring
2023-08-30cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical
2023-08-30btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-30nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust
2023-08-30nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields