Age | Commit message (Expand) | Author | Files | Lines |
2017-05-02 | Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2017-05-02 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-05-02 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -21/+4 |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 39 | -257/+186 |
2017-04-28 | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+7 |
2017-04-27 | Merge tag 'nfsd-4.11-3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -8/+51 |
2017-04-27 | Merge tag 'ceph-for-4.11-rc9' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -12/+10 |
2017-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -12/+19 |
2017-04-27 | statx: correct error handling of NULL pathname | Michael Kerrisk (man-pages) | 1 | -2/+0 |
2017-04-27 | statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH | David Howells | 1 | -7/+6 |
2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 72 | -647/+815 |
2017-04-25 | nfsd: stricter decoding of write-like NFSv2/v3 ops | J. Bruce Fields | 2 | -0/+6 |
2017-04-25 | nfsd4: minor NFSv2/v3 write decoding cleanup | J. Bruce Fields | 2 | -8/+9 |
2017-04-25 | nfsd: check for oversized NFSv2/v3 arguments | J. Bruce Fields | 1 | -0/+36 |
2017-04-25 | ceph: fix recursion between ceph_set_acl() and __ceph_setattr() | Yan, Zheng | 1 | -12/+10 |
2017-04-24 | Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2 | -9/+19 |
2017-04-22 | Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2017-04-21 | block: get rid of blk_integrity_revalidate() | Ilya Dryomov | 1 | -1/+0 |
2017-04-20 | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 1 | -2/+2 |
2017-04-20 | block: remove the blk_execute_rq return value | Christoph Hellwig | 1 | -2/+3 |
2017-04-20 | bdi: Drop 'parent' argument from bdi_register[_va]() | Jan Kara | 1 | -1/+1 |
2017-04-20 | fs: Remove SB_I_DYNBDI flag | Jan Kara | 4 | -7/+1 |
2017-04-20 | ubifs: Convert to separately allocated bdi | Jan Kara | 2 | -19/+9 |
2017-04-20 | nfs: Convert to separately allocated bdi | Jan Kara | 4 | -35/+28 |
2017-04-20 | ncpfs: Convert to separately allocated bdi | Jan Kara | 2 | -7/+2 |
2017-04-20 | nilfs2: Convert to properly refcounting bdi | Jan Kara | 1 | -1/+2 |
2017-04-20 | gfs2: Convert to properly refcounting bdi | Jan Kara | 1 | -6/+3 |
2017-04-20 | fuse: Get rid of bdi_initialized | Jan Kara | 3 | -8/+2 |
2017-04-20 | fuse: Convert to separately allocated bdi | Jan Kara | 3 | -36/+17 |
2017-04-20 | exofs: Convert to separately allocated bdi | Jan Kara | 2 | -12/+6 |
2017-04-20 | coda: Convert to separately allocated bdi | Jan Kara | 1 | -7/+4 |
2017-04-20 | afs: Convert to separately allocated bdi | Jan Kara | 3 | -10/+4 |
2017-04-20 | ecryptfs: Convert to separately allocated bdi | Jan Kara | 2 | -4/+1 |
2017-04-20 | cifs: Convert to separately allocated bdi | Jan Kara | 3 | -12/+6 |
2017-04-20 | ceph: Convert to separately allocated bdi | Jan Kara | 4 | -28/+17 |
2017-04-20 | btrfs: Convert to separately allocated bdi | Jan Kara | 3 | -30/+14 |
2017-04-20 | 9p: Convert to separately allocated bdi | Jan Kara | 3 | -13/+13 |
2017-04-20 | fs: Get proper reference for s_bdi | Jan Kara | 1 | -5/+2 |
2017-04-20 | fs: Provide infrastructure for dynamic BDIs in filesystems | Jan Kara | 1 | -0/+49 |
2017-04-20 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 1 | -0/+10 |
2017-04-20 | nsfs: mark dentry with DCACHE_RCUACCESS | Cong Wang | 1 | -0/+1 |
2017-04-19 | btrfs: qgroup: move noisy underflow warning to debugging build | David Sterba | 1 | -4/+7 |
2017-04-19 | ubifs: Fix O_TMPFILE corner case in ubifs_link() | Richard Weinberger | 1 | -0/+7 |
2017-04-17 | cifs: Do not send echoes before Negotiate is complete | Sachin Prabhu | 1 | -0/+10 |
2017-04-17 | fix nfs O_DIRECT advancing iov_iter too much | Al Viro | 1 | -9/+18 |
2017-04-17 | orangefs_bufmap_copy_from_iovec(): fix EFAULT handling | Al Viro | 1 | -3/+1 |
2017-04-15 | orangefs: free superblock when mount fails | Martin Brandenburg | 3 | -9/+24 |
2017-04-15 | vfs: don't do RCU lookup of empty pathnames | Linus Torvalds | 1 | -0/+3 |
2017-04-15 | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -13/+14 |
2017-04-15 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -22/+29 |