summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-08btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei1-2/+5
2022-12-08btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain1-0/+2
2022-12-08btrfs: free btrfs_path before copying fspath to userspaceAnand Jain1-0/+2
2022-12-08btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik1-1/+2
2022-12-08nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin1-0/+8
2022-12-08ceph: avoid putting the realm twice when decoding snaps failsXiubo Li1-1/+2
2022-12-08ceph: do not update snapshot context when there is no new snapshotXiubo Li1-9/+19
2022-11-25ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-11-25ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-11-25ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-11-25mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2-3/+3
2022-11-25gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-11-25gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-11-25cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-25cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-11-25btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana1-12/+4
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