summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: initialize ip_next_orphanWengang Wang2020-11-181-0/+1
* ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi2020-11-181-0/+1
* ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-181-2/+2
* xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig2020-11-181-1/+1
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-181-8/+8
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-181-1/+1
* gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson2020-11-181-0/+3
* gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson2020-11-181-1/+1
* Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2020-11-181-0/+4
* xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-181-0/+10
* btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-11-181-0/+2
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-181-1/+2
* cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)2020-11-101-1/+2
* 9P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)2020-11-101-2/+2
* ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-11-101-1/+1
* ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-101-0/+1
* btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana2020-11-101-0/+2
* btrfs: cleanup cow block on errorJosef Bacik2020-11-101-0/+6
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-11-101-0/+8
* NFS: fix nfs_path in case of a rename retryAshish Sangwan2020-11-101-4/+8
* fs: Don't invalidate page buffers in block_write_full_page()Jan Kara2020-11-101-16/+0
* gfs2: add validation checks for size of superblockAnant Thazhemadam2020-11-101-7/+11
* ext4: Detect already used quota file earlyJan Kara2020-11-101-0/+5
* xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-11-101-2/+8
* f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-11-101-0/+2
* f2fs: add trace exit in exception pathZhang Qilong2020-11-101-1/+5
* fscrypt: use EEXIST when file already uses different policyEric Biggers2020-11-101-1/+1
* fscrypto: move ioctl processing more fully into common codeEric Biggers2020-11-105-63/+32
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-103-8/+7
* fuse: fix page dereference after freeMiklos Szeredi2020-11-101-10/+18
* efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller2020-11-101-0/+3
* reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-10-291-4/+4
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-10-291-0/+11
* reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-10-291-1/+2
* udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-10-291-11/+14
* udf: Limit sparing table sizeJan Kara2020-10-291-0/+6
* ntfs: add check for mft record size in superblockRustam Kovhaev2020-10-291-0/+6
* fs: dlm: fix configfs memory leakAlexander Aring2020-10-291-0/+3
* quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-10-291-0/+1
* cifs: remove bogus debug codeDan Carpenter2020-10-291-8/+8
* reiserfs: Fix oops during mountJan Kara2020-10-171-0/+7
* reiserfs: Initialize inode keys properlyJan Kara2020-10-171-5/+1
* ep_create_wakeup_source(): dentry name can change under you...Al Viro2020-10-141-3/+4
* epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro2020-10-141-0/+1
* epoll: replace ->visited/visited_list with generation countAl Viro2020-10-141-19/+7
* epoll: do not insert into poll queues until all sanity checks are doneAl Viro2020-10-141-19/+18
* nfs: Fix security label length not being resetJeffrey Mitchell2020-10-141-0/+3
* cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu2020-10-011-4/+7
* ceph: fix potential race in ceph_check_capsJeff Layton2020-10-011-1/+13
* btrfs: don't force read-only after error in drop snapshotDavid Sterba2020-10-011-2/+0