summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-09-21NFSD: Fix last write offset handling in layoutcommitSergey Bashirov-18/+17
2025-09-21NFSD: Implement large extent array support in pNFSSergey Bashirov-46/+78
2025-09-21NFSD: Minor cleanup in layoutcommit decodingSergey Bashirov-1/+1
2025-09-21NFSD: Minor cleanup in layoutcommit processingSergey Bashirov-9/+3
2025-09-21NFSD: Rework encoding and decoding of nfsd4_deviceidSergey Bashirov-22/+39
2025-09-21nfsd: discard nfsd_file_get_local()NeilBrown-23/+0
2025-09-21NFSD: Move the fh_getattr() helperChuck Lever-13/+24
2025-09-21NFSD: Relocate the fh_want_write() and fh_drop_write() helpersChuck Lever-20/+37
2025-09-21mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin-0/+1
2025-09-21mpage: convert do_mpage_readpage() to return void typeChi Zhiling-4/+4
2025-09-21mpage: terminate read-ahead on read errorChi Zhiling-0/+6
2025-09-21fs: hugetlbfs: cleanup folio in adjust_range_hwpoison()David Hildenbrand-24/+12
2025-09-21fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()David Hildenbrand-1/+1
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton-8/+17
2025-09-20Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-21/+43
2025-09-19Merge tag '6.17-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-34/+64
2025-09-19xfs: constify xfs_errortag_random_defaultChristoph Hellwig-1/+1
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner-1/+1
2025-09-19nsfs: port to ns_ref_*() helpersChristian Brauner-1/+1
2025-09-19mnt: port to ns_ref_*() helpersChristian Brauner-3/+3
2025-09-19ns: add ns_common_free()Christian Brauner-2/+2
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-37/+51
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari-6/+6
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-22/+22
2025-09-19nscommon: simplify initializationChristian Brauner-2/+3
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner-0/+2
2025-09-19mnt: expose pointer to init_mnt_nsChristian Brauner-11/+16
2025-09-19nsfs: add missing id retrieval supportChristian Brauner-12/+13
2025-09-19nsfs: support exhaustive file handlesChristian Brauner-0/+17
2025-09-19nsfs: support file handlesChristian Brauner-0/+158
2025-09-19mnt: support ns lookupChristian Brauner-120/+33
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner-426/+730
2025-09-19mnt: use ns_common_init()Christian Brauner-9/+6
2025-09-19iomap: error out on file IO when there is no inline_data bufferDarrick J. Wong-5/+13
2025-09-19iomap: trace iomap_zero_iter zeroing activitiesDarrick J. Wong-0/+4
2025-09-19fs: add might_sleep() annotation to iput() and moreMax Kellermann-0/+18
2025-09-19writeback: Add tracepoint to track pending inode switchesJan Kara-0/+2
2025-09-19writeback: Avoid excessively long inode switching timesJan Kara-10/+11
2025-09-19writeback: Avoid softlockup when switching many inodesJan Kara-1/+10
2025-09-19writeback: Avoid contention on wb->list_lock when switching inodesJan Kara-36/+63
2025-09-18smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher-1/+3
2025-09-18smb: client: fix file open check in __cifs_unlink()Paulo Alcantara-2/+15
2025-09-18xfs: improve default maximum number of open zonesDamien Le Moal-1/+8
2025-09-18xfs: improve zone statistics messageDamien Le Moal-1/+1
2025-09-18xfs: centralize error tag definitionsChristoph Hellwig-193/+87
2025-09-18xfs: remove pointless externs in xfs_error.hChristoph Hellwig-19/+14
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig-70/+62
2025-09-18xfs: remove xfs_errortag_setChristoph Hellwig-26/+6
2025-09-18xfs: remove xfs_errortag_getChristoph Hellwig-15/+2