summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik2021-10-201-7/+9
* btrfs: update refs for any root except tree log rootsJosef Bacik2021-10-201-2/+1
* btrfs: check for error when looking up inode during dir entry replayFilipe Manana2021-10-201-7/+7
* btrfs: deal with errors when adding inode reference during log replayFilipe Manana2021-10-201-2/+7
* btrfs: deal with errors when replaying dir entry during log replayFilipe Manana2021-10-201-1/+8
* btrfs: unlock newly allocated extent buffer after errorQu Wenruo2021-10-201-0/+1
* vboxfs: fix broken legacy mount signature checkingLinus Torvalds2021-10-171-10/+2
* ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi2021-10-172-12/+10
* ext4: check and update i_disksize properlyZhang Yi2021-10-171-16/+18
* nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust2021-10-131-8/+11
* nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Patrick Ho2021-10-131-1/+1
* ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IOMiklos Szeredi2021-10-131-1/+14
* ovl: fix missing negative dentry check in ovl_rename()Zheng Liang2021-10-131-3/+7
* smb3: correct smb3 ACL security descriptorSteve French2021-10-091-2/+2
* ext2: fix sleeping in atomic bugs on errorDan Carpenter2021-10-091-8/+6
* btrfs: fix mount failure due to past and transient device flush errorFilipe Manana2021-10-091-0/+13
* btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo2021-10-091-1/+12
* nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo2021-10-091-3/+13
* ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-061-3/+3
* ext4: add error checking to ext4_ext_replay_set_iblocks()Theodore Ts'o2021-10-061-5/+14
* ext4: fix reserved space counter leakageJeffle Xu2021-10-062-0/+11
* ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao2021-10-061-0/+6
* ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-061-5/+5
* debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das2021-10-061-1/+1
* elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen2021-10-061-1/+1
* fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers2021-10-062-2/+2
* qnx4: work around gcc false positive warning bugLinus Torvalds2021-09-301-9/+27
* qnx4: avoid stringop-overread errorsLinus Torvalds2021-09-301-17/+34
* io_uring: put provided buffer meta data under memcg accountingJens Axboe2021-09-301-1/+1
* cifs: fix a sign extension bugDan Carpenter2021-09-301-1/+1
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-3018-30/+38
* afs: Fix updating of i_blocks on file/dir extensionDavid Howells2021-09-304-13/+13
* afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells2021-09-301-39/+7
* btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo2021-09-301-2/+3
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-09-301-2/+3
* ocfs2: drop acl cache for directories tooWengang Wang2021-09-301-1/+2
* nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-261-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-261-2/+2
* nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-261-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun2021-09-261-2/+2
* nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun2021-09-261-5/+3
* nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun2021-09-261-4/+2
* btrfs: fix lockdep warning while mounting sprout fsAnand Jain2021-09-261-3/+4
* btrfs: update the bdev time directly when closingJosef Bacik2021-09-261-8/+10
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* ceph: remove the capsnaps when removing capsXiubo Li2021-09-263-18/+87
* ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-261-15/+17
* ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2021-09-262-3/+2
* ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton2021-09-264-10/+8
* nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-261-5/+4