summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix NULL ptr deref when converting from inline formatJan Kara2022-02-031-5/+3
* udf: Restore i_lenAlloc when inode expansion failsJan Kara2022-02-031-0/+1
* ext4: don't use the orphan list when migrating an inodeTheodore Ts'o2022-01-271-15/+4
* ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-271-1/+1
* ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques2022-01-271-1/+11
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2022-01-271-1/+0
* btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik2022-01-271-3/+11
* btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik2022-01-271-1/+6
* fs: dlm: filter user dlm messages for kernel locksAlexander Aring2022-01-271-0/+9
* ext4: avoid trim error on fs with small groupsJan Kara2022-01-272-2/+8
* xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong2022-01-111-1/+2
* nfsd: fix use-after-free due to delegation raceJ. Bruce Fields2021-12-221-2/+7
* tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)2021-12-141-0/+72
* signalfd: use wake_up_pollfree()Eric Biggers2021-12-141-11/+1
* tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)2021-12-141-0/+4
* fget: check that the fd still exists after getting a ref to itLinus Torvalds2021-12-081-0/+4
* fs: add fget_many() and fput_many()Jens Axboe2021-12-082-7/+17
* fuse: release pipe buf after last useMiklos Szeredi2021-12-081-5/+5
* fuse: fix page stealingMiklos Szeredi2021-12-081-1/+9
* proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand2021-12-081-5/+10
* NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust2021-12-081-2/+1
* btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov2021-11-261-0/+14
* JFS: fix memleak in jfs_mountDongliang Mu2021-11-261-29/+22
* tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)2021-11-261-1/+2
* quota: correct error number in free_dqentry()Zhang Yi2021-11-261-0/+1
* quota: check block number when reading the block in quota fileZhang Yi2021-11-261-0/+14
* btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-11-261-1/+3
* ocfs2: fix data corruption on truncateJan Kara2021-11-261-2/+6
* isofs: Fix out of bound access for corrupted isofs imageJan Kara2021-11-121-0/+2
* ovl: fix missing negative dentry check in ovl_rename()Zheng Liang2021-10-271-3/+7
* ocfs2: mount fails with buffer overflow in strlenValentin Vidic2021-10-271-4/+10
* NFSD: Keep existing listeners on portlist errorBenjamin Coddington2021-10-271-1/+4
* nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust2021-10-171-8/+11
* ext2: fix sleeping in atomic bugs on errorDan Carpenter2021-10-091-8/+6
* ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-061-3/+3
* qnx4: work around gcc false positive warning bugLinus Torvalds2021-10-061-9/+27
* qnx4: avoid stringop-overread errorsLinus Torvalds2021-10-061-17/+34
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-10-061-2/+3
* 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
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-09-221-1/+1
* gfs2: Don't call dlm after protocol is unmountedBob Peterson2021-09-221-0/+5
* CIFS: Fix a potencially linear read overflowLen Baker2021-09-221-7/+2
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-09-221-2/+11
* Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-09-221-1/+1