summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* quota: fix a problem about transfer quotayangerkun2019-07-141-2/+2
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-101-1/+1
* f2fs: don't access node/meta inode mapping after iputJaegeuk Kim2019-07-102-7/+17
* btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-07-103-9/+24
* fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers2019-07-101-16/+26
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-07-031-1/+1
* fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn2019-07-031-16/+7
* fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-07-031-1/+1
* 9p: acl: fix uninitialized iattr accessDominique Martinet2019-07-031-1/+1
* SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-251-1/+1
* btrfs: start readahead also in seed devicesNaohiro Aota2019-06-251-0/+5
* ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann2019-06-251-2/+2
* ovl: don't fail with disconnected lower NFSMiklos Szeredi2019-06-251-17/+9
* ovl: detect overlapping layersAmir Goldstein2019-06-256-17/+229
* ovl: make i_ino consistent with st_ino in more casesAmir Goldstein2019-06-251-6/+6
* ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-06-251-26/+65
* ovl: support the FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-06-251-3/+6
* Abort file_remove_privs() for non-reg. filesAlexander Lochmann2019-06-221-2/+7
* ocfs2: fix error path kobject memory leakTobin C. Harding2019-06-221-0/+1
* configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-06-221-8/+6
* 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