summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2018-09-052-27/+0
* btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-09-051-1/+1
* btrfs: use correct compare function of dirty_metadata_bytesEthan Lien2018-09-051-4/+6
* smb3: fill in statfs fsid and correct namelenSteve French2018-09-054-8/+31
* smb3: don't request leases in symlink creation and querySteve French2018-09-051-2/+2
* smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-09-052-1/+3
* smb3: enumerating snapshots was leaving part of the data off endSteve French2018-09-051-7/+27
* cifs: check kmalloc before useNicholas Mc Guire2018-09-051-0/+6
* cifs: add missing debug entries for kconfig optionsSteve French2018-09-051-7/+23
* Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher2018-09-054-23/+24
* squashfs metadata 2: electric boogalooLinus Torvalds2018-09-053-14/+20
* cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri2018-09-051-1/+0
* cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri2018-09-051-5/+12
* fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri2018-09-051-2/+4
* ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2018-09-052-5/+4
* reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn2018-08-241-1/+3
* f2fs: sanity check for total valid node blocksJaegeuk Kim2018-08-241-0/+16
* f2fs: return error during fill_superJaegeuk Kim2018-08-242-8/+30
* btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo2018-08-241-8/+9
* ceph: fix dentry leak in splice_dentry()Yan, Zheng2018-08-241-0/+1
* pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust2018-08-241-7/+10
* ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline2018-08-241-1/+3
* fix __legitimize_mnt()/mntput() raceAl Viro2018-08-151-0/+14
* fix mntput/mntput raceAl Viro2018-08-151-2/+12
* make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-08-151-5/+2
* root dentries need RCU-delayed freeingAl Viro2018-08-151-2/+4
* jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-08-091-4/+6
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-08-091-3/+2
* xfs: validate cached inodes are free when allocatedDave Chinner2018-08-091-25/+48
* xfs: catch inode allocation state mismatch corruptionDave Chinner2018-08-091-1/+22
* Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana2018-08-091-0/+3
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-091-2/+2
* userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK failsMike Rapoport2018-08-061-1/+3
* squashfs: more metadata hardeningsLinus Torvalds2018-08-063-6/+13
* squashfs: more metadata hardeningLinus Torvalds2018-08-061-0/+2
* ovl: Sync upper dirty data when syncing overlayfsChengguang Xu2018-08-031-4/+15
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-032-8/+5
* ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-08-032-0/+6
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-08-032-17/+18
* squashfs: be more careful about metadata corruptionLinus Torvalds2018-08-034-5/+16
* blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck2018-08-031-4/+5
* f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim2018-08-031-1/+7
* fscrypt: use unbound workqueue for decryptionEric Biggers2018-08-031-1/+10
* btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo2018-08-031-0/+19
* btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba2018-08-031-2/+8
* Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval2018-08-031-1/+4
* Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval2018-08-031-12/+13
* btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien2018-08-031-0/+3
* f2fs: fix race in between GC and atomic openChao Yu2018-08-031-0/+3
* f2fs: fix to detect failure of dquot_initializeChao Yu2018-08-031-1/+3