summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: fix incremental send failure after deduplicationFilipe Manana2019-08-061-62/+15
* coda: add error handling for fgetZhouyang Jia2019-08-061-1/+4
* cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg2019-08-061-4/+12
* ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-08-061-7/+7
* ceph: fix dir_lease_is_valid()Yan, Zheng2019-08-061-9/+17
* ceph: fix improper use of smp_mb__before_atomic()Andrea Parri2019-08-061-1/+6
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-08-061-4/+4
* btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo2019-08-061-2/+22
* btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo2019-08-061-0/+21
* btrfs: fix minimum number of chunk errors for DUPDavid Sterba2019-08-061-2/+1
* btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo2019-08-061-0/+11
* fs/adfs: super: fix use-after-free bugRussell King2019-08-061-1/+4
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-08-043-6/+8
* /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/+8
* 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
* io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe2019-07-311-2/+37
* io_uring: fix counter inc/dec mismatch in async_listZhengyuan Liu2019-07-311-0/+8
* io_uring: ensure ->list is initialized for poll commandsJens Axboe2019-07-311-0/+2
* io_uring: add a memory barrier before atomic_readZhengyuan Liu2019-07-311-0/+4
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-311-0/+19
* io_uring: fix the sequence comparison in io_sequence_deferZhengyuan Liu2019-07-311-1/+1
* 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
* f2fs: fix to avoid long latency during umountHeng Xiao2019-07-311-0/+4
* io_uring: fix io_sq_thread_stop running in front of io_sq_threadJackie Liu2019-07-311-0/+5
* f2fs: fix is_idle() check for discard typeSahitya Tummala2019-07-311-1/+1
* f2fs: Lower threshold for disable_cp_againDaniel Rosenberg2019-07-311-3/+5
* f2fs: Fix accounting for unusable blocksDaniel Rosenberg2019-07-311-5/+10
* f2fs: fix to avoid deadloop if data_flush is onChao Yu2019-07-314-0/+9
* f2fs: fix to check layout on last valid checkpoint parkChao Yu2019-07-312-11/+9
* btrfs: shut up bogus -Wmaybe-uninitialized warningArnd Bergmann2019-07-311-1/+1
* 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
* pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-07-261-7/+6
* dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)2019-07-261-20/+33
* eCryptfs: fix a couple type promotion bugsDan Carpenter2019-07-261-4/+8
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-261-2/+68