aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-08-28fs/select: Fix memory corruption in compat_get_fd_set()Gravatar Helge Deller 1-5/+1
2017-08-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+10
2017-08-25Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+2
2017-08-25Merge tag 'cifs-fixes-for-4.13-rc6-and-stable' of git://git.samba.org/sfrench...Gravatar Linus Torvalds 2-8/+14
2017-08-25dax: fix deadlock due to misaligned PMD faultsGravatar Ross Zwisler 1-0/+10
2017-08-24nfsd: Limit end of page list when decoding NFSv4 WRITEGravatar Chuck Lever 1-4/+2
2017-08-24Merge branch 'for-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-60/+64
2017-08-24pty: Repair TIOCGPTPEERGravatar Eric W. Biederman 1-16/+49
2017-08-24Btrfs: fix blk_status_t/errno confusionGravatar Omar Sandoval 5-60/+64
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Gravatar Linus Torvalds 1-3/+1
2017-08-23cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Gravatar Ronnie Sahlberg 1-6/+12
2017-08-23cifs: Fix df output for users with quota limitsGravatar Sachin Prabhu 1-2/+2
2017-08-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-4/+9
2017-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+1
2017-08-18Merge tag 'xfs-4.13-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-13/+16
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryGravatar Darrick J. Wong 1-0/+2
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryGravatar Darrick J. Wong 2-10/+11
2017-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-6/+15
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterGravatar Linus Torvalds 1-1/+3
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksGravatar Oleg Nesterov 1-2/+1
2017-08-14ext4: add missing xattr hash updateGravatar Tahsin Erdogan 1-2/+4
2017-08-14ext4: fix clang build regressionGravatar Theodore Ts'o 1-2/+5
2017-08-11iomap: fix integer truncation issues in the zeroing and dirtying helpersGravatar Christoph Hellwig 1-2/+2
2017-08-11xfs: fix inobt inode allocation search optimizationGravatar Omar Sandoval 1-1/+1
2017-08-11Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 3-2/+3
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-4/+6
2017-08-11pnfs/blocklayout: require 64-bit sector_tGravatar Christoph Hellwig 1-0/+1
2017-08-11fuse: set mapping error in writepage_locked when it failsGravatar Jeff Layton 1-0/+1
2017-08-10userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropageGravatar Mike Rapoport 1-2/+2
2017-08-10mm: fix KSM data corruptionGravatar Minchan Kim 1-2/+5
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsGravatar Johannes Weiner 1-4/+4
2017-08-09NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()Gravatar Trond Myklebust 1-2/+1
2017-08-08nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysGravatar Weston Andros Adamson 1-0/+1
2017-08-07Merge tag 'xfs-4.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-5/+8
2017-08-07quota: correct space limit checkGravatar zhangyi (F) 1-6/+15
2017-08-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-169/+282
2017-08-06ext4: fix copy paste error in ext4_swap_extents()Gravatar Maninder Singh 1-1/+1
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Gravatar Jerry Lee 1-1/+2
2017-08-06ext4, project: expand inode extra size if possibleGravatar Miao Xie 3-24/+85
2017-08-06ext4: cleanup ext4_expand_extra_isize_ea()Gravatar Miao Xie 1-9/+5
2017-08-06ext4: restructure ext4_expand_extra_isizeGravatar Miao Xie 2-40/+36
2017-08-06ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeGravatar Miao Xie 2-12/+16
2017-08-06ext4: make xattr inode reads fasterGravatar Tahsin Erdogan 4-48/+92
2017-08-05ext4: inplace xattr block update fails to deduplicate blocksGravatar Tahsin Erdogan 1-3/+1
2017-08-05ext4: remove unused mode parameterGravatar Tahsin Erdogan 1-5/+4
2017-08-05ext4: fix warning about stack corruptionGravatar Arnd Bergmann 1-5/+6
2017-08-05ext4: fix dir_nlink behaviourGravatar Andreas Dilger 2-10/+14
2017-08-05ext4: silence array overflow warningGravatar Dan Carpenter 1-1/+1
2017-08-05ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeGravatar Jan Kara 1-0/+3
2017-08-05ext4: release discard bio after sending discard commandsGravatar Daeho Jeong 1-1/+3