summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-091-3/+0
* Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana2019-08-061-0/+10
* 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
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-08-061-4/+4
* 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
* NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington2019-08-041-2/+2
* NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2019-08-041-40/+39
* NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2019-08-041-96/+126
* NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust2019-08-041-3/+12
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-311-0/+19
* btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo2019-07-311-1/+23
* 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-311-2/+4
* f2fs: avoid out-of-range memory accessOcean Chen2019-07-311-0/+5
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-311-1/+1
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-07-311-4/+4
* nfsd: give out fewer session slots as limit approachesJ. Bruce Fields2019-07-311-0/+5
* nfsd: increase DRC cache limitJ. Bruce Fields2019-07-311-1/+1
* NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust2019-07-311-15/+26
* ext4: allow directory holesTheodore Ts'o2019-07-312-18/+46
* ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-07-313-10/+18
* jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-07-313-27/+49
* ext4: enforce the immutable flag on open filesTheodore Ts'o2019-07-312-0/+15
* ext4: don't allow any modifications to an immutable fileDarrick J. Wong2019-07-311-1/+45
* eCryptfs: fix a couple type promotion bugsDan Carpenter2019-07-311-4/+8
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-311-2/+68
* Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana2019-07-311-0/+5
* Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana2019-07-311-2/+26
* Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana2019-07-311-1/+11
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-311-0/+4
* pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-311-1/+1
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-312-1/+2
* blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...Tejun Heo2019-07-311-1/+7
* fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers2019-07-311-6/+9
* udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-211-33/+60
* fscrypt: don't set policy for a dead directoryHongjie Fang2019-07-211-0/+2
* quota: fix a problem about transfer quotayangerkun2019-07-211-2/+2
* stable/btrfs: fix backport bug in d819d97ea025 ("btrfs: honor path->skip_lock...Stanislaw Gruszka2019-07-101-2/+0
* 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-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