summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-07-31io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe
2019-07-31io_uring: fix counter inc/dec mismatch in async_listZhengyuan Liu
2019-07-31io_uring: ensure ->list is initialized for poll commandsJens Axboe
2019-07-31io_uring: add a memory barrier before atomic_readZhengyuan Liu
2019-07-31access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds
2019-07-31io_uring: fix the sequence comparison in io_sequence_deferZhengyuan Liu
2019-07-31btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov
2019-07-31memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt
2019-07-319p: pass the correct prototype to read_cache_pageChristoph Hellwig
2019-07-31dlm: check if workqueues are NULL before flushing/destroyingDavid Windsor
2019-07-31f2fs: avoid out-of-range memory accessOcean Chen
2019-07-31f2fs: fix to avoid long latency during umountHeng Xiao
2019-07-31io_uring: fix io_sq_thread_stop running in front of io_sq_threadJackie Liu
2019-07-31f2fs: fix is_idle() check for discard typeSahitya Tummala
2019-07-31f2fs: Lower threshold for disable_cp_againDaniel Rosenberg
2019-07-31f2fs: Fix accounting for unusable blocksDaniel Rosenberg
2019-07-31f2fs: fix to avoid deadloop if data_flush is onChao Yu
2019-07-31f2fs: fix to check layout on last valid checkpoint parkChao Yu
2019-07-31btrfs: shut up bogus -Wmaybe-uninitialized warningArnd Bergmann
2019-07-28ext4: allow directory holesTheodore Ts'o
2019-07-28ext4: use jbd2_inode dirty range scopingRoss Zwisler
2019-07-28jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler
2019-07-28ext4: enforce the immutable flag on open filesTheodore Ts'o
2019-07-28ext4: don't allow any modifications to an immutable fileDarrick J. Wong
2019-07-26pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey
2019-07-26dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)
2019-07-26eCryptfs: fix a couple type promotion bugsDan Carpenter
2019-07-26coda: pass the host file in vma->vm_file on mmapJan Harkes
2019-07-26Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
2019-07-26Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana
2019-07-26Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana
2019-07-26btrfs: correctly validate compression typeJohannes Thumshirn
2019-07-26fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny
2019-07-26ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng
2019-07-26ceph: fix end offset in truncate_inode_pages_range callLuis Henriques
2019-07-26pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust
2019-07-26pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust
2019-07-26Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann
2019-07-26NFSv4: Handle the special Linux file open access modeTrond Myklebust
2019-07-26CIFS: fix deadlock in cached root handlingAurelien Aptel
2019-07-26cifs: flush before set-info if we have writeable handlesRonnie Sahlberg
2019-07-26cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)
2019-07-26cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg
2019-07-26cifs: always add credits back for unsolicited PDUsRonnie Sahlberg
2019-07-26blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...Tejun Heo