summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh2022-12-081-9/+16
* epoll: call final ep_events_available() check under the lockRoman Penyaev2022-12-081-20/+27
* nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng2022-12-081-0/+7
* afs: Fix fileserver probe RTT handlingDavid Howells2022-12-081-2/+2
* btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-12-081-8/+1
* btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov2022-12-081-7/+6
* btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-12-081-9/+7
* fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi2022-12-081-13/+7
* btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei2022-12-081-2/+5
* btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-12-081-1/+2
* nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin2022-12-081-0/+8
* ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-12-081-1/+2
* ceph: do not update snapshot context when there is no new snapshotXiubo Li2022-12-081-9/+19
* ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei2022-11-251-0/+8
* ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei2022-11-251-4/+16
* ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-11-251-0/+7
* mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2022-11-252-3/+3
* gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher2022-11-251-5/+7
* gfs2: Check sb_bsize_shift after reading superblockAndrew Price2022-11-251-1/+4
* cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-251-0/+2
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-251-2/+2
* btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-251-12/+4
* NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington2022-11-251-2/+4
* udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng2022-11-251-1/+1
* btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-251-1/+1
* nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-252-9/+8
* nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi2022-11-251-2/+0
* xfs: drain the buf delwri queue before xfsaild idlesBrian Foster2022-11-251-10/+6
* xfs: preserve inode versioning across remountsEric Sandeen2022-11-251-0/+4
* xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner2022-11-251-1/+14
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2022-11-253-162/+141
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2022-11-253-6/+6
* xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2022-11-253-10/+28
* ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques2022-11-101-1/+9
* ext4: fix warning in 'ext4_da_release_space'Ye Bin2022-11-101-1/+2
* fuse: add file_modified() to fallocateMiklos Szeredi2022-11-101-0/+4
* btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2022-11-102-2/+2
* xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan2022-11-101-1/+3
* xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong2022-11-101-1/+1
* xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen2022-11-101-1/+2
* xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner2022-11-101-143/+20
* xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2022-11-102-14/+52
* xfs: don't fail verifier on empty attr3 leaf blockBrian Foster2022-11-101-8/+0
* btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-101-5/+15
* btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana2022-11-101-1/+17
* btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana2022-11-101-19/+17
* nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu2022-11-101-0/+1
* NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust2022-11-101-0/+1