summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-10ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques
2022-11-10ext4: fix warning in 'ext4_da_release_space'Ye Bin
2022-11-10fuse: add file_modified() to fallocateMiklos Szeredi
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba
2022-11-10xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan
2022-11-10xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong
2022-11-10xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen
2022-11-10xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner
2022-11-10xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong
2022-11-10xfs: don't fail verifier on empty attr3 leaf blockBrian Foster
2022-11-10btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana
2022-11-10btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana
2022-11-10btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana
2022-11-10nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu
2022-11-10NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust
2022-11-10NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust
2022-11-03xfs: force the log after remapping a synchronous-writes fileChandan Babu R
2022-11-03xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushChandan Babu R
2022-11-03xfs: finish dfops on every insert range shift iterationChandan Babu R
2022-11-03kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt
2022-10-29mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins
2022-10-29btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana
2022-10-29btrfs: fix processing of delayed data refs during backref walkingFilipe Manana
2022-10-29ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi
2022-10-29ocfs2: clear dinode links count in case of errorJoseph Qi
2022-10-29xfs: fix use-after-free on CIL context on shutdownDave Chinner
2022-10-29xfs: move inode flush to the sync workqueueDarrick J. Wong
2022-10-29xfs: reflink should force the log out if mounted with wsyncChristoph Hellwig
2022-10-29xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig
2022-10-29xfs: trylock underlying buffer on dquot flushBrian Foster
2022-10-29xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong
2022-10-29xfs: tail updates only need to occur when LSN changesDave Chinner
2022-10-29xfs: factor common AIL item deletion codeDave Chinner
2022-10-29xfs: Throttle commits on delayed background CIL pushDave Chinner
2022-10-29xfs: Lower CIL flush limit for large logsDave Chinner
2022-10-29xfs: preserve default grace interval during quotacheckDarrick J. Wong
2022-10-29xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster
2022-10-29xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster
2022-10-29xfs: Replace function declaration by actual definitionPavel Reichl
2022-10-29xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl
2022-10-29xfs: remove the xfs_dq_logitem_t typedefPavel Reichl
2022-10-29xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2022-10-29xfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2022-10-29xfs: check owner of dir3 blocksDarrick J. Wong
2022-10-29xfs: check owner of dir3 data blocksDarrick J. Wong
2022-10-29xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong
2022-10-29xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong
2022-10-29xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2022-10-29xfs: rework collapse range into an atomic operationBrian Foster
2022-10-29xfs: rework insert range into an atomic operationBrian Foster