summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: allow directory holesTheodore Ts'o2019-07-282-18/+46
* ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-07-283-10/+18
* jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-07-283-27/+49
* ext4: enforce the immutable flag on open filesTheodore Ts'o2019-07-282-0/+15
* ext4: don't allow any modifications to an immutable fileDarrick J. Wong2019-07-281-1/+45
* eCryptfs: fix a couple type promotion bugsDan Carpenter2019-07-261-4/+8
* xfs: abort unaligned nowait directio earlyDarrick J. Wong2019-07-261-3/+3
* xfs: serialize unaligned dio writes against all other dio writesBrian Foster2019-07-261-10/+17
* xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-07-261-0/+8
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-07-262-0/+8
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-07-262-12/+17
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-07-264-5/+5
* xfs: don't overflow xattr listent bufferDarrick J. Wong2019-07-262-0/+4
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2019-07-263-5/+16
* xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2019-07-261-2/+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
* pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust2019-07-261-1/+1
* pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust2019-07-261-1/+1
* pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-261-1/+1
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-262-1/+2
* 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
* 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/+7Star
* 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/+9Star
* 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/+6Star