| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-08-26 | 1 | -0/+10 |
|\ |
|
| * | dax: fix deadlock due to misaligned PMD faults | Ross Zwisler | 2017-08-26 | 1 | -0/+10 |
* | | Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-08-26 | 1 | -4/+2 |
|\ \ |
|
| * | | nfsd: Limit end of page list when decoding NFSv4 WRITE | Chuck Lever | 2017-08-25 | 1 | -4/+2 |
* | | | Merge tag 'cifs-fixes-for-4.13-rc6-and-stable' of git://git.samba.org/sfrench... | Linus Torvalds | 2017-08-26 | 2 | -8/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup() | Ronnie Sahlberg | 2017-08-23 | 1 | -6/+12 |
| * | | cifs: Fix df output for users with quota limits | Sachin Prabhu | 2017-08-23 | 1 | -2/+2 |
* | | | Merge branch 'for-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-08-24 | 5 | -60/+64 |
|\ \ \ |
|
| * | | | Btrfs: fix blk_status_t/errno confusion | Omar Sandoval | 2017-08-24 | 5 | -60/+64 |
* | | | | pty: Repair TIOCGPTPEER | Eric W. Biederman | 2017-08-24 | 1 | -16/+49 |
* | | | | Revert "pty: fix the cached path of the pty slave file descriptor in the master" | Linus Torvalds | 2017-08-24 | 1 | -3/+1 |
| |/ /
|/| | |
|
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-08-23 | 2 | -4/+9 |
|\ \ \
| |/ /
|/| | |
|
| * | | ext4: add missing xattr hash update | Tahsin Erdogan | 2017-08-14 | 1 | -2/+4 |
| * | | ext4: fix clang build regression | Theodore Ts'o | 2017-08-14 | 1 | -2/+5 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-08-20 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks | Oleg Nesterov | 2017-08-16 | 1 | -2/+1 |
* | | | | Merge tag 'xfs-4.13-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-08-18 | 4 | -13/+16 |
|\ \ \ \ |
|
| * | | | | xfs: don't leak quotacheck dquots when cow recovery | Darrick J. Wong | 2017-08-17 | 1 | -0/+2 |
| * | | | | xfs: clear MS_ACTIVE after finishing log recovery | Darrick J. Wong | 2017-08-17 | 2 | -10/+11 |
| * | | | | iomap: fix integer truncation issues in the zeroing and dirtying helpers | Christoph Hellwig | 2017-08-12 | 1 | -2/+2 |
| * | | | | xfs: fix inobt inode allocation search optimization | Omar Sandoval | 2017-08-12 | 1 | -1/+1 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2017-08-17 | 1 | -6/+15 |
|\ \ \ \ \ |
|
| * | | | | | quota: correct space limit check | zhangyi (F) | 2017-08-07 | 1 | -6/+15 |
| | |_|/ /
| |/| | | |
|
* | | | | | pty: fix the cached path of the pty slave file descriptor in the master | Linus Torvalds | 2017-08-17 | 1 | -1/+3 |
* | | | | | Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-08-11 | 3 | -2/+3 |
|\ \ \ \ \ |
|
| * | | | | | pnfs/blocklayout: require 64-bit sector_t | Christoph Hellwig | 2017-08-11 | 1 | -0/+1 |
| * | | | | | NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid() | Trond Myklebust | 2017-08-09 | 1 | -2/+1 |
| * | | | | | nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays | Weston Andros Adamson | 2017-08-08 | 1 | -0/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2017-08-11 | 2 | -4/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | fuse: set mapping error in writepage_locked when it fails | Jeff Layton | 2017-08-11 | 1 | -0/+1 |
| * | | | | | | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio | Ashish Samant | 2017-08-03 | 2 | -3/+4 |
| * | | | | | | fuse: initialize the flock flag in fuse_file on allocation | Mateusz Jurczyk | 2017-06-09 | 1 | -1/+1 |
* | | | | | | | userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage | Mike Rapoport | 2017-08-11 | 1 | -2/+2 |
* | | | | | | | mm: fix KSM data corruption | Minchan Kim | 2017-08-11 | 1 | -2/+5 |
* | | | | | | | mm: fix global NR_SLAB_.*CLAIMABLE counter reads | Johannes Weiner | 2017-08-11 | 1 | -4/+4 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge tag 'xfs-4.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-08-08 | 2 | -5/+8 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | / /
| | |_|/ /
| |/| | | |
|
| * | | | | xfs: Fix per-inode DAX flag inheritance | Lukas Czerner | 2017-08-04 | 1 | -5/+7 |
| * | | | | xfs: Fix leak of discard bio | Jan Kara | 2017-08-04 | 1 | -0/+1 |
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-08-06 | 12 | -169/+282 |
|\ \ \ \ \ |
|
| * | | | | | ext4: fix copy paste error in ext4_swap_extents() | Maninder Singh | 2017-08-06 | 1 | -1/+1 |
| * | | | | | ext4: fix overflow caused by missing cast in ext4_resize_fs() | Jerry Lee | 2017-08-06 | 1 | -1/+2 |
| * | | | | | ext4, project: expand inode extra size if possible | Miao Xie | 2017-08-06 | 3 | -24/+85 |
| * | | | | | ext4: cleanup ext4_expand_extra_isize_ea() | Miao Xie | 2017-08-06 | 1 | -9/+5 |
| * | | | | | ext4: restructure ext4_expand_extra_isize | Miao Xie | 2017-08-06 | 2 | -40/+36 |
| * | | | | | ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize | Miao Xie | 2017-08-06 | 2 | -12/+16 |
| * | | | | | ext4: make xattr inode reads faster | Tahsin Erdogan | 2017-08-06 | 4 | -48/+92 |
| * | | | | | ext4: inplace xattr block update fails to deduplicate blocks | Tahsin Erdogan | 2017-08-06 | 1 | -3/+1 |
| * | | | | | ext4: remove unused mode parameter | Tahsin Erdogan | 2017-08-06 | 1 | -5/+4 |
| * | | | | | ext4: fix warning about stack corruption | Arnd Bergmann | 2017-08-06 | 1 | -5/+6 |
| * | | | | | ext4: fix dir_nlink behaviour | Andreas Dilger | 2017-08-06 | 2 | -10/+14 |