summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-28ext4: allow directory holesTheodore Ts'o2-18/+46
2019-07-28ext4: use jbd2_inode dirty range scopingRoss Zwisler3-10/+18
2019-07-28jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler3-27/+49
2019-07-28ext4: enforce the immutable flag on open filesTheodore Ts'o2-0/+15
2019-07-28ext4: don't allow any modifications to an immutable fileDarrick J. Wong1-1/+45
2019-07-26pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey1-7/+6
2019-07-26dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)1-20/+33
2019-07-26eCryptfs: fix a couple type promotion bugsDan Carpenter1-4/+8
2019-07-26xfs: abort unaligned nowait directio earlyDarrick J. Wong1-3/+3
2019-07-26coda: pass the host file in vma->vm_file on mmapJan Harkes1-2/+68
2019-07-26Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana1-0/+5
2019-07-26Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana1-2/+26
2019-07-26Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana1-1/+11
2019-07-26fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny1-0/+4
2019-07-26ceph: fix end offset in truncate_inode_pages_range callLuis Henriques1-1/+1
2019-07-26pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust1-1/+1
2019-07-26pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust1-1/+1
2019-07-26Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2-86/+7
2019-07-26NFSv4: Handle the special Linux file open access modeTrond Myklebust2-1/+2
2019-07-26CIFS: fix deadlock in cached root handlingAurelien Aptel1-1/+45
2019-07-26cifs: flush before set-info if we have writeable handlesRonnie Sahlberg1-0/+16
2019-07-26cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)3-2/+12
2019-07-26cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2-1/+22
2019-07-26cifs: always add credits back for unsolicited PDUsRonnie Sahlberg1-1/+1
2019-07-26blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...Tejun Heo1-1/+7
2019-07-26fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers1-6/+9
2019-07-21afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells3-3/+4
2019-07-14udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani1-33/+60
2019-07-14fscrypt: don't set policy for a dead directoryHongjie Fang1-0/+2
2019-07-14NFS4: Only set creation opendata if O_CREATBenjamin Coddington1-9/+11
2019-07-14quota: fix a problem about transfer quotayangerkun1-2/+2
2019-07-10fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven1-1/+0
2019-07-10nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel1-1/+1
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov3-10/+26
2019-07-10fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers1-16/+26
2019-07-10dax: Fix xarray entry association for mixed mappingsJan Kara1-5/+4
2019-07-10signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov4-23/+29
2019-07-03fanotify: update connector fsid cache on add markAmir Goldstein2-3/+15
2019-07-03NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust1-1/+1
2019-07-03mm: fix page cache convergence regressionJohannes Weiner1-1/+1
2019-07-03io_uring: ensure req->file is cleared on allocationJens Axboe1-3/+2
2019-07-03fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn1-16/+7
2019-07-03fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness1-1/+1
2019-06-25fs/namespace: fix unprivileged mount propagationChristian Brauner2-1/+1
2019-06-25SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French1-1/+1
2019-06-25ovl: make i_ino consistent with st_ino in more casesAmir Goldstein1-6/+6
2019-06-25btrfs: start readahead also in seed devicesNaohiro Aota1-0/+5
2019-06-25ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann1-2/+2
2019-06-25ovl: don't fail with disconnected lower NFSMiklos Szeredi1-17/+9
2019-06-25ovl: detect overlapping layersAmir Goldstein6-17/+229