summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-20ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner1-7/+18
2023-06-20fs: dlm: remove filter local comms on closeAlexander Aring1-2/+1
2023-06-20reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai1-1/+6
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara3-20/+63
2023-06-20ovl: modify layer parameter parsingChristian Brauner5-258/+520
2023-06-20buffer: convert block_truncate_page() to use a folioMatthew Wilcox (Oracle)1-14/+16
2023-06-20buffer: use a folio in __find_get_block_slow()Matthew Wilcox (Oracle)1-6/+6
2023-06-20buffer: convert link_dev_buffers to take a folioMatthew Wilcox (Oracle)1-4/+4
2023-06-20buffer: convert init_page_buffers() to folio_init_buffers()Matthew Wilcox (Oracle)1-10/+8
2023-06-20buffer: convert grow_dev_page() to use a folioMatthew Wilcox (Oracle)1-19/+15
2023-06-20buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)3-18/+20
2023-06-20buffer: convert __block_commit_write() to take a folioMatthew Wilcox (Oracle)1-19/+19
2023-06-20buffer: convert block_page_mkwrite() to use a folioMatthew Wilcox (Oracle)1-14/+13
2023-06-20buffer: make block_write_full_page() handle large folios correctlyMatthew Wilcox (Oracle)1-12/+10
2023-06-20gfs2: support ludicrously large folios in gfs2_trans_add_databufs()Matthew Wilcox (Oracle)2-4/+4
2023-06-20buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)4-31/+31
2023-06-20gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)1-13/+13
2023-06-20gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)1-15/+16
2023-06-20gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)1-4/+5
2023-06-20userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett1-20/+15
2023-06-20mm: ptep_get() conversionRyan Roberts2-17/+22
2023-06-20mm/userfaultfd: retry if pte_offset_map() failsHugh Dickins1-5/+6
2023-06-20mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins1-16/+16
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-9/+1
2023-06-20shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2023-06-20smb: client: fix warning in cifs_match_super()Paulo Alcantara1-2/+3
2023-06-20cifs: print nosharesock value while dumping mount optionsShyam Prasad N1-0/+2
2023-06-20SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM1-13/+12
2023-06-20nfs: don't report STATX_BTIME in ->getattrJeff Layton1-1/+1
2023-06-19nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi1-1/+9
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng1-1/+1
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi3-1/+35
2023-06-19NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSIONOlga Kornievskaia1-0/+1
2023-06-19NFSv4.2: fix wrong shrinker_idQi Zheng1-35/+44
2023-06-19NFSv4: Clean up some shutdown loopsBenjamin Coddington2-1/+4
2023-06-19NFS: Cancel all existing RPC tasks when shutdownBenjamin Coddington1-4/+15
2023-06-19NFS: add sysfs shutdown knobBenjamin Coddington1-1/+53
2023-06-19NFS: add a sysfs link to the acl rpc_clientBenjamin Coddington1-0/+4
2023-06-19NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington2-0/+7
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington4-0/+28
2023-06-19NFS: add superblock sysfs entriesBenjamin Coddington5-1/+88
2023-06-19NFS: Make all of /sys/fs/nfs network-namespace uniqueBenjamin Coddington2-37/+33
2023-06-19NFS: Open-code the nfs_kset kset_create_and_add()Benjamin Coddington1-2/+32
2023-06-19NFS: rename nfs_client_kobj to nfs_net_kobjBenjamin Coddington2-6/+6
2023-06-19NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington1-8/+8
2023-06-19btrfs: fix race between quota disable and relocationFilipe Manana1-3/+15
2023-06-19btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana1-0/+1
2023-06-19btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana1-0/+3
2023-06-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana1-0/+2
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota1-1/+1