summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-06-192-9/+29
* fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-191-0/+12
* ovl: support stacked SEEK_HOLE/SEEK_DATAAmir Goldstein2019-06-151-4/+40
* ovl: check the capability before cred overriddenJiufei Xue2019-06-151-18/+61
* nfsd: avoid uninitialized variable warningArnd Bergmann2019-06-151-0/+4
* nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-06-151-1/+4
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-151-1/+1
* ovl: do not generate duplicate fsnotify events for "fake" pathAmir Goldstein2019-06-151-3/+4
* configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-06-151-5/+12
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-06-152-5/+6
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-151-2/+1
* f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-06-151-1/+3
* f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-06-151-2/+10
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-06-151-0/+1
* f2fs: fix to do sanity check on free nidChao Yu2019-06-151-0/+3
* f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu2019-06-151-2/+8
* f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu2019-06-151-2/+7
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-151-1/+9
* mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-06-151-1/+1
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-06-151-3/+8
* pstore/ram: Run without kernel crash dump regionKees Cook2019-06-112-14/+25
* pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih2019-06-111-1/+3
* pstore: Convert buf_lock to semaphoreKees Cook2019-06-112-22/+23
* pstore: Remove needless lock during console writesKees Cook2019-06-111-23/+6
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-111-1/+1
* NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu2019-06-111-3/+5
* NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu2019-06-111-17/+7
* Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington2019-06-092-4/+4
* CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-06-091-1/+3
* cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-06-091-1/+2
* Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-06-091-0/+6
* Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana2019-06-091-12/+0
* Btrfs: fix race updating log root item during fsyncFilipe Manana2019-06-091-2/+6
* Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana2019-06-091-2/+12
* NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-311-1/+1
* chardev: add additional check for minor range overlapChengguang Xu2019-05-311-0/+6
* btrfs: Don't panic when we can't find a root keyQu Wenruo2019-05-311-5/+8
* btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik2019-05-311-11/+20
* Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko2019-05-311-1/+2
* gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-313-3/+7
* NFS: make nfs_match_client killableRoberto Bergantinos Corpas2019-05-311-1/+6
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-311-9/+13
* Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba2019-05-311-19/+6
* acct_on(): don't mess with freeze protectionAl Viro2019-05-311-2/+0
* ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2019-05-312-2/+3
* btrfs: honor path->skip_locking in backref codeJosef Bacik2019-05-311-7/+12
* NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-05-312-4/+3
* NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia2019-05-311-7/+1
* btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding2019-05-311-1/+6
* btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding2019-05-311-2/+1