aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-24binfmt_elf: Leave a gap between .bss and brkKees Cook1-0/+3
2024-04-24gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher1-20/+15
2024-04-24gfs2: do_xmote fixesAndreas Gruenbacher1-19/+25
2024-04-24gfs2: finish_xmote cleanupAndreas Gruenbacher1-8/+13
2024-04-24gfs2: Unlock fewer glocks on unmountAndreas Gruenbacher1-2/+8
2024-04-24gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher6-16/+57
2024-04-24gfs2: Remove ill-placed consistency checkAndreas Gruenbacher1-1/+0
2024-04-24gfs2: Fix lru_count accountingAndreas Gruenbacher1-14/+13
2024-04-24Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-27/+25
2024-04-24xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig1-1/+3
2024-04-24xfs: drop fop_flags for directoriesChristoph Hellwig1-2/+0
2024-04-24xfs: fix overly long line in the file_operationsChristoph Hellwig1-4/+4
2024-04-24sysctl: drop now unnecessary out-of-bounds checkThomas Weißschuh1-5/+2
2024-04-24sysctl: move sysctl type to ctl_table_headerThomas Weißschuh1-4/+6
2024-04-24sysctl: drop sysctl_is_perm_empty_ctl_tableThomas Weißschuh1-5/+3
2024-04-24sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+1
2024-04-24xfs: Remove unused function xrep_dir_self_parentJiapeng Chong1-21/+0
2024-04-24smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2-3/+3
2024-04-23Revert "NFSD: Convert the callback workqueue to use delayed_work"Chuck Lever2-4/+4
2024-04-23Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"Chuck Lever1-18/+2
2024-04-23xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong2-29/+20
2024-04-23xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong10-45/+25
2024-04-23xfs: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong1-1/+1
2024-04-23xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong1-1/+3
2024-04-23xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong1-0/+45
2024-04-23xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong3-11/+21
2024-04-23xfs: introduce vectored scrub modeDarrick J. Wong5-1/+264
2024-04-23xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong3-27/+28
2024-04-23xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong6-31/+74
2024-04-23xfs: fix corruptions in the directory treeDarrick J. Wong11-8/+927
2024-04-23xfs: report directory tree corruption in the health informationDarrick J. Wong4-1/+6
2024-04-23xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong3-1/+244
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong12-2/+1168
2024-04-23xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong1-0/+41
2024-04-23xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong1-0/+107
2024-04-23xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong3-0/+43
2024-04-23xfs: actually rebuild the parent pointer xattrsDarrick J. Wong7-23/+701
2024-04-23xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong6-8/+20
2024-04-23xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong3-28/+50
2024-04-23xfs: remove pointless unlocked assertionDarrick J. Wong1-2/+0
2024-04-23xfs: implement live updates for parent pointer repairsDarrick J. Wong2-5/+100
2024-04-23xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong2-3/+447
2024-04-23xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong2-2/+509
2024-04-23xfs: implement live updates for directory repairsDarrick J. Wong4-22/+218
2024-04-23xfs: repair directories by scanning directory parent pointersDarrick J. Wong1-6/+341
2024-04-23isofs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)1-4/+0
2024-04-23ext2: Remove call to folio_set_error()Matthew Wilcox (Oracle)1-1/+0
2024-04-23dlm: return -ENOMEM if ls_recover_buf failsAlexander Aring1-1/+3
2024-04-23Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-26/+176
2024-04-23xfs: add raw parent pointer apis to support repairDarrick J. Wong4-2/+72