summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-23NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia1-1/+6
2020-09-23btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-23xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-09-12affs: fix basic permission bits to actually workMax Staudt2-1/+52
2020-09-12fs/affs: use octal for permissionsFabian Frederick1-18/+18
2020-09-12btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-09-12btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-09-12btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov1-1/+0
2020-09-12btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov1-1/+0
2020-09-12btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-09-12fix regression in "epoll: Keep a reference on files added to the check list"Al Viro1-3/+3
2020-09-12ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik1-4/+6
2020-09-03writeback: Fix sync livelock due to b_dirty_time processingJan Kara1-27/+17
2020-09-03writeback: Avoid skipping inode writebackJan Kara1-5/+12
2020-09-03writeback: Protect inode->i_io_list with inode->i_lockJan Kara1-5/+17
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana2-1/+2
2020-09-03fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2-7/+9
2020-09-03jbd2: abort journal if free a async write error metadata bufferzhangyi (F)1-0/+16
2020-09-03jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner1-0/+10
2020-09-03ceph: fix potential mdsc use-after-free crashXiubo Li1-1/+13
2020-08-26do_epoll_ctl(): clean the failure exits up a bitAl Viro1-6/+4
2020-08-26epoll: Keep a reference on files added to the check listMarc Zyngier1-2/+7
2020-08-26ext4: fix potential negative array index in do_split()Eric Sandeen1-3/+13
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26jffs2: fix UAF problemZhe Li1-1/+5
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-26ext4: clean up ext4_match() and callersEric Biggers1-56/+25
2020-08-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn1-3/+1
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza4-8/+15
2020-08-21fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-21nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-21ext2: fix missing percpu_counter_incMikulas Patocka1-1/+2
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-08-21smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-08-219p: Fix memory leak in v9fs_mountZheng Bin1-3/+2
2020-08-21fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-21fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-21fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2020-08-21dlm: Fix kobject memleakWang Hai1-3/+3
2020-08-21xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-08-21fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney1-0/+2
2020-08-21xattr: break delegations in {set,remove}xattrFrank van der Linden1-7/+77
2020-08-21ext4: fix direct I/O read errorJiang Ying1-0/+5
2020-08-21xfs: fix missed wakeup on l_flush_waitRik van Riel1-5/+4