summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-148-36/+182
|\
| * btrfs: fix error handling in create_pending_snapshotEric Sandeen2014-06-131-5/+7
| * btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen2014-06-131-1/+1
| * btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen2014-06-131-1/+3
| * Btrfs: fix qgroups sanity test crash or hangFilipe Manana2014-06-131-0/+2
| * btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin2014-06-131-1/+1
| * Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong2014-06-131-2/+7
| * btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-131-0/+41
| * btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-121-15/+33
| * btrfs: new function read_extent_buffer_to_userGerhard Heift2014-06-122-0/+40
| * btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-121-9/+15
| * btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-121-2/+26
| * btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-121-7/+11
| * btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift2014-06-121-5/+7
* | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-06-141-34/+36
|\ \
| * | aio: cleanup: flatten kill_ioctx()Benjamin LaHaise2014-04-291-26/+26
| * | aio: report error from io_destroy() when threads race in io_destroy()Benjamin LaHaise2014-04-291-7/+9
| * | fs/aio.c: Remove ctx parameter in kiocb_cancelFabian Frederick2014-04-221-3/+3
* | | Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2014-06-131-0/+5
|\ \ \
| * | | dlm: keep listening connection alive with sctp modeLidong Zhong2014-06-121-0/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-128-231/+310
|\ \ \ \
| * | | | ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng2014-06-081-2/+2
| * | | | ceph: include time stamp in every MDS requestSage Weil2014-06-062-1/+9
| * | | | ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen2014-06-061-10/+7
| * | | | mds: check cap ID when handling cap export messageYan, Zheng2014-06-061-1/+1
| * | | | ceph: remember subtree root dirfrag's auth MDSYan, Zheng2014-06-061-1/+7
| * | | | ceph: introduce ceph_fill_fragtree()Yan, Zheng2014-06-061-45/+84
| * | | | ceph: handle cap import atomicallyYan, Zheng2014-06-061-45/+54
| * | | | ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng2014-06-063-79/+85
| * | | | ceph: update inode fields according to issued capsYan, Zheng2014-06-062-57/+71
| * | | | ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng2014-06-061-10/+16
| * | | | ceph: remove useless ACL checkZhang Zhen2014-06-061-6/+0
| * | | | ceph: ceph_get_parent() can be staticFengguang Wu2014-06-061-1/+1
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-3/+4
|\ \ \ \ \
| * | | | | perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-3/+3
| * | | | | perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-061-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-1277-1516/+1004
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro2014-06-121-1/+3
| * | | | | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-1229-218/+370
| |\ \ \ \ \ | | |/ / / /
| * | | | | kill generic_file_splice_write()Al Viro2014-06-121-124/+0
| * | | | | ceph: switch to iter_file_splice_write()Al Viro2014-06-121-1/+1
| * | | | | nfs: switch to iter_splice_write_file()Al Viro2014-06-123-34/+2
| * | | | | fs/splice.c: remove unneeded exportsAl Viro2014-06-121-10/+5
| * | | | | ocfs2: switch to iter_file_splice_write()Al Viro2014-06-121-80/+2
| * | | | | ->splice_write() via ->write_iter()Al Viro2014-06-1215-56/+154
| * | | | | bio_vec-backed iov_iterAl Viro2014-05-061-1/+1
| * | | | | ceph: switch to ->write_iter()Al Viro2014-05-061-31/+26
| * | | | | ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro2014-05-061-26/+23
| * | | | | ceph_sync_read: stop poking into iov_iter gutsAl Viro2014-05-061-28/+18
| * | | | | new helper: copy_page_from_iter()Al Viro2014-05-061-110/+19
OpenPOWER on IntegriCloud