aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-21nfsd: Don't force CRYPTO_LIB_SHA256 to be built-inEric Biggers1-1/+1
2025-09-21nfsd: nfserr_jukebox in nlm_fopen should lead to a retryOlga Kornievskaia1-0/+15
2025-09-21NFSD: Reduce DRC bucket sizeChuck Lever1-1/+1
2025-09-21NFSD: Delay adding new entries to LRUChuck Lever1-13/+0
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever4-11/+6
2025-09-21NFS: Remove rpcbind cleanup for NFSv4.0 callbackChuck Lever1-5/+3
2025-09-21NFSD: Drop redundant conversion to boolXichao Zhao1-1/+1
2025-09-21nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew3-26/+83
2025-09-21NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()Thorsten Blum1-1/+1
2025-09-21nfsd: Eliminate an allocation in nfs4_make_rec_clidname()Eric Biggers2-12/+7
2025-09-21nfsd: Replace open-coded conversion of bytes to hexEric Biggers1-16/+2
2025-09-21lockd: Remove space before newlineColin Ian King1-1/+1
2025-09-21nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegationJeff Layton3-3/+69
2025-09-21nfsd: fix timestamp updates in CB_GETATTRJeff Layton1-6/+5
2025-09-21nfsd: fix SETATTR updates for delegated timestampsJeff Layton3-14/+44
2025-09-21nfsd: track original timestamps in nfs4_delegationJeff Layton2-3/+13
2025-09-21nfsd: use ATTR_CTIME_SET for delegated ctime updatesJeff Layton2-4/+5
2025-09-21vfs: add ATTR_CTIME_SET flagJeff Layton1-25/+19
2025-09-21nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()Jeff Layton1-1/+1
2025-09-21nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime updateJeff Layton1-1/+1
2025-09-21NFSD: Fix last write offset handling in layoutcommitSergey Bashirov2-18/+17
2025-09-21NFSD: Implement large extent array support in pNFSSergey Bashirov7-46/+78
2025-09-21NFSD: Minor cleanup in layoutcommit decodingSergey Bashirov1-1/+1
2025-09-21NFSD: Minor cleanup in layoutcommit processingSergey Bashirov1-9/+3
2025-09-21NFSD: Rework encoding and decoding of nfsd4_deviceidSergey Bashirov5-22/+39
2025-09-21nfsd: discard nfsd_file_get_local()NeilBrown3-23/+0
2025-09-21NFSD: Move the fh_getattr() helperChuck Lever3-13/+24
2025-09-21NFSD: Relocate the fh_want_write() and fh_drop_write() helpersChuck Lever2-20/+37
2025-09-21mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin1-0/+1
2025-09-21mpage: convert do_mpage_readpage() to return void typeChi Zhiling1-4/+4
2025-09-21mpage: terminate read-ahead on read errorChi Zhiling1-0/+6
2025-09-21fs: hugetlbfs: cleanup folio in adjust_range_hwpoison()David Hildenbrand1-23/+11
2025-09-21fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()David Hildenbrand1-1/+1
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton4-8/+17
2025-09-20Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-21/+43
2025-09-19Merge tag '6.17-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-33/+63
2025-09-19xfs: constify xfs_errortag_random_defaultChristoph Hellwig1-1/+1
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner1-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner1-1/+1
2025-09-19nsfs: port to ns_ref_*() helpersChristian Brauner1-1/+1
2025-09-19mnt: port to ns_ref_*() helpersChristian Brauner2-3/+3
2025-09-19ns: add ns_common_free()Christian Brauner1-2/+2
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari19-37/+51
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari6-6/+6
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari16-22/+22
2025-09-19nscommon: simplify initializationChristian Brauner1-2/+3
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner1-0/+2
2025-09-19mnt: expose pointer to init_mnt_nsChristian Brauner1-11/+16
2025-09-19nsfs: add missing id retrieval supportChristian Brauner1-12/+13
2025-09-19nsfs: support exhaustive file handlesChristian Brauner3-0/+17