summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-08-041-2/+5
* /proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds2019-08-041-4/+77
* /proc/<pid>/cmdline: remove all the special casesLinus Torvalds2019-08-041-63/+8Star
* 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/+39Star
* 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
* proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov2019-07-312-2/+10
* proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov2019-07-311-6/+22
* proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov2019-07-311-1/+4
* proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov2019-07-311-1/+3
* proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov2019-07-311-2/+6
* memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-312-3/+10
* 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-311-2/+4
* dlm: check if workqueues are NULL before flushing/destroyingDavid Windsor2019-07-311-6/+12
* f2fs: avoid out-of-range memory accessOcean Chen2019-07-311-0/+5
* 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