summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-09-05scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche1-0/+44
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai1-0/+1
2018-09-05fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-09-05fuse: umount should wait for all requestsMiklos Szeredi3-4/+22
2018-09-05fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-09-05fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-09-05fuse: fix initial parallel diropsMiklos Szeredi3-10/+18
2018-09-05fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-09-05ext4: fix race when setting the bitmap corrupted flagWang Shilong1-11/+11
2018-09-05ext4: reset error code in ext4_find_entry in fallbackEric Sandeen1-0/+1
2018-09-05ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann1-3/+10
2018-09-05ext4: use ext4_warning() for sb_getblk failureWang Shilong2-6/+6
2018-09-05ext4: check for NUL characters in extended attribute's nameTheodore Ts'o1-0/+2
2018-09-05Btrfs: send, fix incorrect file layout after hole punching beyond eofFilipe Manana1-0/+9
2018-09-05Btrfs: fix send failure when root has deleted files still openFilipe Manana1-8/+129
2018-09-05Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2-27/+0
2018-09-05Btrfs: fix mount failure after fsync due to hard link recreationFilipe Manana1-0/+66
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-09-05btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-09-05smb3: fill in statfs fsid and correct namelenSteve French4-8/+31
2018-09-05smb3: don't request leases in symlink creation and querySteve French1-2/+2
2018-09-05smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2-1/+3
2018-09-05smb3: enumerating snapshots was leaving part of the data off endSteve French1-7/+27
2018-09-05cifs: check kmalloc before useNicholas Mc Guire1-0/+6
2018-09-05cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg4-6/+31
2018-09-05cifs: add missing debug entries for kconfig optionsSteve French1-7/+23
2018-09-05CIFS: fix uninitialized ptr deref in smb2 signingAurelien Aptel1-2/+3
2018-09-05cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg1-0/+5
2018-08-24reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-08-24ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline1-1/+3
2018-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+32
2018-08-09make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro1-5/+2
2018-08-09fix __legitimize_mnt()/mntput() raceAl Viro1-0/+14
2018-08-09fix mntput/mntput raceAl Viro1-2/+12
2018-08-06root dentries need RCU-delayed freeingAl Viro1-2/+4
2018-08-04Merge tag 'usercopy-fix-v4.18-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+9
2018-08-04Merge tag 'xfs-4.18-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook3-2/+9
2018-08-03Merge tag 'nfs-for-4.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-13/+13
2018-08-02userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK failsMike Rapoport1-1/+3
2018-08-02fs: fix iomap_bmap position calculationEric Sandeen1-1/+1
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher4-23/+24
2018-08-02squashfs: more metadata hardeningLinus Torvalds3-6/+13
2018-08-01NFSv4: Fix _nfs4_do_setlk()Trond Myklebust1-13/+13
2018-08-01squashfs metadata 2: electric boogalooLinus Torvalds3-14/+20
2018-07-30squashfs: more metadata hardeningLinus Torvalds1-0/+2
2018-07-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-33/+35
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5