summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2019-08-06io_uring: fix KASAN use after free in io_sq_wq_submit_workJackie Liu
2019-08-06loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara
2019-08-06dax: Fix missed wakeup in put_unlocked_entry()Jan Kara
2019-08-06Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana
2019-08-06Btrfs: fix incremental send failure after deduplicationFilipe Manana
2019-08-06coda: add error handling for fgetZhouyang Jia
2019-08-06cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg
2019-08-06ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton
2019-08-06ceph: fix dir_lease_is_valid()Yan, Zheng
2019-08-06ceph: fix improper use of smp_mb__before_atomic()Andrea Parri
2019-08-06cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2019-08-06btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo
2019-08-06btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-08-06btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo
2019-08-06fs/adfs: super: fix use-after-free bugRussell King
2019-08-04ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng
2019-08-04/proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds
2019-08-04/proc/<pid>/cmdline: remove all the special casesLinus Torvalds
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-08-04NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington
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