summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0741-1077/+602
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-0738-3/+38
| * aio: kill ki_retryKent Overstreet2013-05-071-139/+85
| * aio: kill ki_keyKent Overstreet2013-05-071-2/+5
| * aio: give shared kioctx fields their own cachelinesKent Overstreet2013-05-071-12/+15
| * aio: kill struct aio_ring_infoKent Overstreet2013-05-071-81/+74
| * aio: kill batch allocationKent Overstreet2013-05-071-101/+15
| * aio: change reqs_active to include unreaped completionsKent Overstreet2013-05-071-15/+32
| * aio: use cancellation list lazilyKent Overstreet2013-05-071-44/+62
| * aio: use flush_dcache_page()Kent Overstreet2013-05-071-28/+17
| * aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet2013-05-071-150/+90
| * aio: refcounting cleanupKent Overstreet2013-05-071-153/+119
| * aio: make aio_put_req() locklessKent Overstreet2013-05-071-52/+34
| * aio: do fget() after aio_get_req()Kent Overstreet2013-05-071-13/+9
| * aio: dprintk() -> pr_debug()Kent Overstreet2013-05-071-33/+24
| * aio: move private stuff out of aio.hKent Overstreet2013-05-071-0/+61
| * aio: add kiocb_cancel()Kent Overstreet2013-05-071-36/+43
| * aio: kill return value of aio_complete()Kent Overstreet2013-05-071-14/+7
| * aio: remove retry-based AIOZach Brown2013-05-073-356/+31
| * hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-071-14/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-078-46/+24
|\ \
| * | make blkdev_put() return voidAl Viro2013-05-077-45/+21
| * | block_device_operations->release() should return voidAl Viro2013-05-071-1/+1
| * | hfs: SMP race on directory close()Al Viro2013-05-051-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-05-076-71/+356
|\ \ \ | |_|/ |/| |
| * | fuse: add flag to turn on async direct IOMiklos Szeredi2013-05-013-5/+10
| * | fuse: truncate file if async dio failedMaxim Patlasov2013-04-183-10/+32
| * | fuse: optimize short direct readsMaxim Patlasov2013-04-171-6/+13
| * | fuse: enable asynchronous processing direct IOMaxim Patlasov2013-04-171-7/+44
| * | fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-174-21/+58
| * | fuse: add support of async IOMaxim Patlasov2013-04-172-0/+109
| * | fuse: move fuse_release_user_pages() upMaxim Patlasov2013-04-171-12/+12
| * | fuse: optimize wake_upMiklos Szeredi2013-04-171-1/+1
| * | fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov2013-04-171-5/+24
| * | fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov2013-04-173-13/+21
| * | fuse: add flag fc->initializedMaxim Patlasov2013-04-174-0/+9
| * | fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-175-5/+37
* | | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-071-1/+1
|\ \ \
| * \ \ Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-071-1/+1
| |\ \ \
| | * | | stat: Use size_t for sizes instead of unsignedChristoph Lameter2013-02-011-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-05-0611-389/+398
|\ \ \ \ \
| * | | | | ceph: use ceph_create_snap_context()Alex Elder2013-05-011-2/+1
| * | | | | libceph: kill off osd data write_request parametersAlex Elder2013-05-012-7/+6
| * | | | | ceph: fix printk format warnings in file.cRandy Dunlap2013-05-011-2/+2
| * | | | | ceph: fix race between writepages and truncateYan, Zheng2013-05-011-7/+7
| * | | | | ceph: apply write checks in ceph_aio_writeYan, Zheng2013-05-011-35/+59
| * | | | | ceph: take i_mutex before getting Fw capYan, Zheng2013-05-012-12/+13
| * | | | | libceph: change how "safe" callback is usedAlex Elder2013-05-011-24/+28
| * | | | | ceph: let osd client clean up for interrupted requestAlex Elder2013-05-011-6/+0
| * | | | | ceph: fix symlink inode operationsYan, Zheng2013-05-011-0/+6
OpenPOWER on IntegriCloud