summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-251-3/+0
* smb3: send CAP_DFS capability during session setupSteve French2019-08-251-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-251-1/+1
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-111-3/+0
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-08-062-0/+27
* Btrfs: fix incremental send failure after deduplicationFilipe Manana2019-08-061-62/+15
* coda: add error handling for fgetZhouyang Jia2019-08-061-1/+4
* ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-08-061-7/+7
* ceph: fix improper use of smp_mb__before_atomic()Andrea Parri2019-08-061-1/+6
* btrfs: fix minimum number of chunk errors for DUPDavid Sterba2019-08-061-2/+1
* fs/adfs: super: fix use-after-free bugRussell King2019-08-061-1/+4
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-08-041-2/+5
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-1/+1
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-08-041-0/+19
* 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-08-041-2/+4
* f2fs: avoid out-of-range memory accessOcean Chen2019-08-041-0/+5
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-08-041-1/+1
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-08-041-4/+4
* nfsd: give out fewer session slots as limit approachesJ. Bruce Fields2019-08-041-0/+5
* nfsd: increase DRC cache limitJ. Bruce Fields2019-08-041-1/+1
* NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust2019-08-041-15/+26
* ext4: allow directory holesTheodore Ts'o2019-08-042-18/+46
* eCryptfs: fix a couple type promotion bugsDan Carpenter2019-08-041-4/+8
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-08-041-1/+68
* Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana2019-08-041-0/+5
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-08-041-0/+4
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-08-042-1/+2
* blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...Tejun Heo2019-08-041-1/+7
* fscrypt: don't set policy for a dead directoryHongjie Fang2019-07-211-0/+2
* udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-211-33/+60
* btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-07-103-10/+26
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-07-101-1/+1
* fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn2019-07-101-16/+7
* fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-07-101-1/+1
* 9p: acl: fix uninitialized iattr accessDominique Martinet2019-07-101-1/+1
* btrfs: start readahead also in seed devicesNaohiro Aota2019-07-101-0/+5
* Abort file_remove_privs() for non-reg. filesAlexander Lochmann2019-06-221-2/+7
* configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-06-221-8/+6
* fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-221-0/+12
* nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-06-221-1/+4
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-221-1/+1
* configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-06-221-5/+12
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-221-2/+1
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-06-221-0/+1
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-221-1/+9
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-06-221-3/+8
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-111-1/+3
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-112-2/+21
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-111-1/+1
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-06-113-10/+18