summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/select: add vmalloc fallback for select(2)Vlastimil Babka2016-10-111-3/+11
* block: implement (some of) fallocate for block devicesDarrick J. Wong2016-10-112-1/+79
* ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua2016-10-111-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-111-1/+1
|\
| * Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-061-1/+1
| |\
| | * afs: Check for fatal error when in waiting for ack stateDavid Howells2016-10-061-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10158-381/+520
|\ \ \
| * \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-1070-244/+483
| |\ \ \
| | * | | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-2748-53/+53
| | * | | vfs: remove unused i_op->renameMiklos Szeredi2016-09-272-14/+4
| | * | | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-2716-29/+72
| | * | | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-274-4/+8
| | * | | fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-2722-42/+123
| | * | | ncpfs: fix unused variable warningMiklos Szeredi2016-09-271-2/+1
| * | | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-2732-68/+68
| * | | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-2747-105/+105
| * | | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-2761-138/+138
| * | | | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-271-1/+0
| * | | | vfs: Add current_time() apiDeepa Dinamani2016-09-271-0/+23
* | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-1065-545/+338
|\ \ \ \ \
| * | | | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-0748-282/+0
| * | | | | Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro2016-10-075-157/+221
| |\ \ \ \ \
| * | | | | | xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-18/+37
| * | | | | | vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher2016-10-071-6/+7
| * | | | | | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-077-36/+55
| * | | | | | libfs: Use IOP_XATTR flag for empty directory handlingAndreas Gruenbacher2016-10-071-21/+1
| * | | | | | vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2016-10-072-21/+8
| * | | | | | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-072-4/+10
| * | | | | | vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher2016-10-071-51/+50
| * | | | | | ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-063-14/+51
| * | | | | | sockfs: Get rid of getxattr iopAndreas Gruenbacher2016-10-061-3/+4
| * | | | | | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-065-86/+92
| * | | | | | hfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-064-34/+63
| * | | | | | jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher2016-10-064-15/+9
| * | | | | | xattr: Remove unnecessary NULL attribute name checkAndreas Gruenbacher2016-10-061-3/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2016-10-101-6/+2
|\ \ \ \ \ \
| * | | | | | dlm: free workqueues after the connectionsMarcelo Ricardo Leitner2016-10-101-6/+2
* | | | | | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-107-53/+61
|\ \ \ \ \ \ \
| * | | | | | | ceph: use list_move instead of list_del/list_addWei Yongjun2016-10-031-2/+1
| * | | | | | | ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-033-5/+25
| * | | | | | | ceph: avoid accessing / when mounting a subpathYan, Zheng2016-10-031-29/+20
| * | | | | | | ceph: fix mandatory flock checkYan, Zheng2016-10-031-2/+2
| * | | | | | | ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown2016-10-031-3/+2
| * | | | | | | ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown2016-10-031-2/+2
| * | | | | | | ceph: fix error handling of start_read()Yan, Zheng2016-10-031-10/+9
* | | | | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-103-11/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | [btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro2016-10-101-1/+1
| * | | | | | | | fix ITER_PIPE interaction with direct_IOAl Viro2016-10-102-10/+4
* | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10103-448/+557
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-0871-220/+290
| |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud