summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-07-261-7/+6
* dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)2019-07-261-20/+33
* eCryptfs: fix a couple type promotion bugsDan Carpenter2019-07-261-4/+8
* xfs: abort unaligned nowait directio earlyDarrick J. Wong2019-07-261-3/+3
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-261-2/+68
* Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana2019-07-261-0/+5
* Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana2019-07-261-2/+26
* Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana2019-07-261-1/+11
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-261-0/+4
* ceph: fix end offset in truncate_inode_pages_range callLuis Henriques2019-07-261-1/+1
* pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust2019-07-261-1/+1
* pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-261-1/+1
* Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2019-07-262-86/+7
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-262-1/+2
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-261-1/+45
* cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-261-0/+16
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-263-2/+12
* cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-262-1/+22
* cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-261-1/+1
* blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...Tejun Heo2019-07-261-1/+7
* fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers2019-07-261-6/+9
* afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells2019-07-213-3/+4
* udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-141-33/+60
* fscrypt: don't set policy for a dead directoryHongjie Fang2019-07-141-0/+2
* NFS4: Only set creation opendata if O_CREATBenjamin Coddington2019-07-141-9/+11
* quota: fix a problem about transfer quotayangerkun2019-07-141-2/+2
* fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven2019-07-101-1/+0
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-101-1/+1
* btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-07-103-10/+26
* fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers2019-07-101-16/+26
* dax: Fix xarray entry association for mixed mappingsJan Kara2019-07-101-5/+4
* signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-07-104-23/+29
* fanotify: update connector fsid cache on add markAmir Goldstein2019-07-032-3/+15
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-07-031-1/+1
* mm: fix page cache convergence regressionJohannes Weiner2019-07-031-1/+1
* io_uring: ensure req->file is cleared on allocationJens Axboe2019-07-031-3/+2
* 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
* fs/namespace: fix unprivileged mount propagationChristian Brauner2019-06-252-1/+1
* SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-251-1/+1
* ovl: make i_ino consistent with st_ino in more casesAmir Goldstein2019-06-251-6/+6
* 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
* cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg2019-06-251-0/+2
* cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg2019-06-253-2/+12
* ocfs2: fix error path kobject memory leakTobin C. Harding2019-06-221-0/+1
* dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang2019-06-221-2/+2
* configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-06-221-8/+6