summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-11-25NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington1-2/+4
2022-11-25udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng1-1/+1
2022-11-25btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu1-1/+1
2022-11-25nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2-9/+8
2022-11-25nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi1-2/+0
2022-11-25xfs: drain the buf delwri queue before xfsaild idlesBrian Foster1-10/+6
2022-11-25xfs: preserve inode versioning across remountsEric Sandeen1-0/+4
2022-11-25xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner1-1/+14
2022-11-25xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong3-162/+141
2022-11-25xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong3-6/+6
2022-11-25xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster3-10/+28
2022-11-10ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-11-10ext4: fix warning in 'ext4_da_release_space'Ye Bin1-1/+2
2022-11-10fuse: add file_modified() to fallocateMiklos Szeredi1-0/+4
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2-2/+2
2022-11-10xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan1-1/+3
2022-11-10xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong1-1/+1
2022-11-10xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen1-1/+2
2022-11-10xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner1-143/+20
2022-11-10xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2-14/+52
2022-11-10xfs: don't fail verifier on empty attr3 leaf blockBrian Foster1-8/+0
2022-11-10btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana1-5/+15
2022-11-10btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana1-1/+17
2022-11-10btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana1-19/+17
2022-11-10nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu1-0/+1
2022-11-10NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust1-0/+1
2022-11-10NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust1-0/+1
2022-11-03xfs: force the log after remapping a synchronous-writes fileChandan Babu R1-1/+16
2022-11-03xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushChandan Babu R1-0/+1
2022-11-03xfs: finish dfops on every insert range shift iterationChandan Babu R1-1/+1
2022-11-03kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt1-1/+4
2022-10-29mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins1-1/+1
2022-10-29btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana1-6/+7
2022-10-29btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-10-29ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi1-10/+1
2022-10-29ocfs2: clear dinode links count in case of errorJoseph Qi1-2/+10
2022-10-29xfs: fix use-after-free on CIL context on shutdownDave Chinner2-6/+6
2022-10-29xfs: move inode flush to the sync workqueueDarrick J. Wong2-5/+28
2022-10-29xfs: reflink should force the log out if mounted with wsyncChristoph Hellwig1-0/+4
2022-10-29xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig4-24/+22
2022-10-29xfs: trylock underlying buffer on dquot flushBrian Foster3-9/+14
2022-10-29xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong1-13/+13
2022-10-29xfs: tail updates only need to occur when LSN changesDave Chinner3-23/+51
2022-10-29xfs: factor common AIL item deletion codeDave Chinner3-34/+30
2022-10-29xfs: Throttle commits on delayed background CIL pushDave Chinner3-4/+58
2022-10-29xfs: Lower CIL flush limit for large logsDave Chinner1-6/+23
2022-10-29xfs: preserve default grace interval during quotacheckDarrick J. Wong1-6/+14
2022-10-29xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster2-6/+22
2022-10-29xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster2-9/+21
2022-10-29xfs: Replace function declaration by actual definitionPavel Reichl1-74/+66