summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix indefinite loop scanning for free nidSahitya Tummala2020-09-231-0/+3
* NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia2020-09-231-1/+6
* gfs2: initialize transaction tr_ailX_lists earlierBob Peterson2020-09-233-2/+4
* btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-231-1/+2
* btrfs: fix lockdep splat in add_missing_devJosef Bacik2020-09-231-0/+10
* btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-232-15/+16
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-09-231-2/+2
* affs: fix basic permission bits to actually workMax Staudt2020-09-092-1/+52
* btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-09-093-14/+27
* btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-09-091-1/+5
* btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2020-09-091-1/+0
* btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2020-09-091-1/+0
* btrfs: drop path before adding new uuid tree entryJosef Bacik2020-09-091-1/+2
* fix regression in "epoll: Keep a reference on files added to the check list"Al Viro2020-09-091-3/+3
* ceph: don't allow setlease on cephfsJeff Layton2020-09-091-0/+1
* btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-09-031-4/+6
* writeback: Fix sync livelock due to b_dirty_time processingJan Kara2020-09-031-27/+17
* writeback: Avoid skipping inode writebackJan Kara2020-09-031-5/+12
* writeback: Protect inode->i_io_list with inode->i_lockJan Kara2020-09-031-5/+17
* btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-09-032-1/+2
* fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-09-032-7/+9
* jbd2: abort journal if free a async write error metadata bufferzhangyi (F)2020-09-031-0/+16
* ext4: don't BUG on inconsistent journal featureJan Kara2020-09-031-21/+47
* jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner2020-09-031-0/+10
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-09-031-1/+13
* f2fs: fix use-after-free issueLi Guifu2020-09-031-2/+3
* do_epoll_ctl(): clean the failure exits up a bitAl Viro2020-08-261-6/+4
* epoll: Keep a reference on files added to the check listMarc Zyngier2020-08-261-2/+7
* ext4: fix potential negative array index in do_split()Eric Sandeen2020-08-261-3/+13
* xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-261-2/+4
* jffs2: fix UAF problemZhe Li2020-08-261-1/+5
* xfs: fix inode quota reservation checksDarrick J. Wong2020-08-261-1/+1
* jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)2020-08-261-1/+3
* ext4: fix checking of directory entry validity for inline directoriesJan Kara2020-08-261-3/+3
* romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn2020-08-261-3/+1
* btrfs: sysfs: use NOFS for device creationJosef Bacik2020-08-261-0/+4
* btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo2020-08-261-4/+11
* btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov2020-08-261-8/+8
* btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-261-2/+8
* btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza2020-08-264-8/+15
* fs/ufs: avoid potential u32 multiplication overflowColin Ian King2020-08-211-1/+1
* nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2020-08-212-3/+5
* ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-213-6/+6
* ext2: fix missing percpu_counter_incMikulas Patocka2020-08-211-1/+2
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-211-6/+2
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-211-2/+2
* btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo2020-08-211-3/+10
* smb3: warn on confusing error scenario with sec=krb5Steve French2020-08-211-0/+2
* 9p: Fix memory leak in v9fs_mountZheng Bin2020-08-211-3/+2
* fs/minix: reject too-large maximum file sizeEric Biggers2020-08-211-2/+20