| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/select: add vmalloc fallback for select(2) | Vlastimil Babka | 2016-10-11 | 1 | -3/+11 |
* | block: implement (some of) fallocate for block devices | Darrick J. Wong | 2016-10-11 | 2 | -1/+79 |
* | ocfs2: fix memory leak in dlm_migrate_request_handler() | Guozhonghua | 2016-10-11 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-10-11 | 1 | -1/+1 |
|\ |
|
| * | Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern... | David S. Miller | 2016-10-06 | 1 | -1/+1 |
| |\ |
|
| | * | afs: Check for fatal error when in waiting for ack state | David Howells | 2016-10-06 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 158 | -381/+520 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 70 | -244/+483 |
| |\ \ \ |
|
| | * | | | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 48 | -53/+53 |
| | * | | | vfs: remove unused i_op->rename | Miklos Szeredi | 2016-09-27 | 2 | -14/+4 |
| | * | | | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 2016-09-27 | 16 | -29/+72 |
| | * | | | libfs: support RENAME_NOREPLACE in simple_rename() | Miklos Szeredi | 2016-09-27 | 4 | -4/+8 |
| | * | | | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 2016-09-27 | 22 | -42/+123 |
| | * | | | ncpfs: fix unused variable warning | Miklos Szeredi | 2016-09-27 | 1 | -2/+1 |
| * | | | | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-27 | 32 | -68/+68 |
| * | | | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 47 | -105/+105 |
| * | | | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 61 | -138/+138 |
| * | | | | fs: proc: Delete inode time initializations in proc_alloc_inode() | Deepa Dinamani | 2016-09-27 | 1 | -1/+0 |
| * | | | | vfs: Add current_time() api | Deepa Dinamani | 2016-09-27 | 1 | -0/+23 |
* | | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 65 | -545/+338 |
|\ \ \ \ \ |
|
| * | | | | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 48 | -282/+0 |
| * | | | | | Merge remote-tracking branch 'fuse/xattr' into work.xattr | Al Viro | 2016-10-07 | 5 | -157/+221 |
| |\ \ \ \ \ |
|
| * | | | | | | xattr: Stop calling {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 2 | -18/+37 |
| * | | | | | | vfs: Check for the IOP_XATTR flag in listxattr | Andreas Gruenbacher | 2016-10-07 | 1 | -6/+7 |
| * | | | | | | xattr: Add __vfs_{get,set,remove}xattr helpers | Andreas Gruenbacher | 2016-10-07 | 7 | -36/+55 |
| * | | | | | | libfs: Use IOP_XATTR flag for empty directory handling | Andreas Gruenbacher | 2016-10-07 | 1 | -21/+1 |
| * | | | | | | vfs: Use IOP_XATTR flag for bad-inode handling | Andreas Gruenbacher | 2016-10-07 | 2 | -21/+8 |
| * | | | | | | vfs: Add IOP_XATTR inode operations flag | Andreas Gruenbacher | 2016-10-07 | 2 | -4/+10 |
| * | | | | | | vfs: Move xattr_resolve_name to the front of fs/xattr.c | Andreas Gruenbacher | 2016-10-07 | 1 | -51/+50 |
| * | | | | | | ecryptfs: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-10-06 | 3 | -14/+51 |
| * | | | | | | sockfs: Get rid of getxattr iop | Andreas Gruenbacher | 2016-10-06 | 1 | -3/+4 |
| * | | | | | | kernfs: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-10-06 | 5 | -86/+92 |
| * | | | | | | hfs: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-10-06 | 4 | -34/+63 |
| * | | | | | | jffs2: Remove jffs2_{get,set,remove}xattr macros | Andreas Gruenbacher | 2016-10-06 | 4 | -15/+9 |
| * | | | | | | xattr: Remove unnecessary NULL attribute name check | Andreas Gruenbacher | 2016-10-06 | 1 | -3/+0 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 2016-10-10 | 1 | -6/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | dlm: free workqueues after the connections | Marcelo Ricardo Leitner | 2016-10-10 | 1 | -6/+2 |
* | | | | | | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-10-10 | 7 | -53/+61 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ceph: use list_move instead of list_del/list_add | Wei Yongjun | 2016-10-03 | 1 | -2/+1 |
| * | | | | | | | ceph: handle CEPH_SESSION_REJECT message | Yan, Zheng | 2016-10-03 | 3 | -5/+25 |
| * | | | | | | | ceph: avoid accessing / when mounting a subpath | Yan, Zheng | 2016-10-03 | 1 | -29/+20 |
| * | | | | | | | ceph: fix mandatory flock check | Yan, Zheng | 2016-10-03 | 1 | -2/+2 |
| * | | | | | | | ceph: remove warning when ceph_releasepage() is called on dirty page | NeilBrown | 2016-10-03 | 1 | -3/+2 |
| * | | | | | | | ceph: ignore error from invalidate_inode_pages2_range() in direct write | NeilBrown | 2016-10-03 | 1 | -2/+2 |
| * | | | | | | | ceph: fix error handling of start_read() | Yan, Zheng | 2016-10-03 | 1 | -10/+9 |
* | | | | | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-10 | 3 | -11/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | [btrfs] fix check_direct_IO() for non-iovec iterators | Al Viro | 2016-10-10 | 1 | -1/+1 |
| * | | | | | | | | fix ITER_PIPE interaction with direct_IO | Al Viro | 2016-10-10 | 2 | -10/+4 |
* | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 103 | -448/+557 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 71 | -220/+290 |
| |\ \ \ \ \ \ \ \ \ |
|