summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | fuse: optimize wake_upMiklos Szeredi2013-04-17
| * | | | | | | | | | | | | | | fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov2013-04-17
| * | | | | | | | | | | | | | | fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov2013-04-17
| * | | | | | | | | | | | | | | fuse: add flag fc->initializedMaxim Patlasov2013-04-17
| * | | | | | | | | | | | | | | fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-17
* | | | | | | | | | | | | | | | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | stat: Use size_t for sizes instead of unsignedChristoph Lameter2013-02-01
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-05-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | ceph: use ceph_create_snap_context()Alex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: kill off osd data write_request parametersAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: fix printk format warnings in file.cRandy Dunlap2013-05-01
| * | | | | | | | | | | | | | | | ceph: fix race between writepages and truncateYan, Zheng2013-05-01
| * | | | | | | | | | | | | | | | ceph: apply write checks in ceph_aio_writeYan, Zheng2013-05-01
| * | | | | | | | | | | | | | | | ceph: take i_mutex before getting Fw capYan, Zheng2013-05-01
| * | | | | | | | | | | | | | | | libceph: change how "safe" callback is usedAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: let osd client clean up for interrupted requestAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: fix symlink inode operationsYan, Zheng2013-05-01
| * | | | | | | | | | | | | | | | ceph: Use pseudo-random numbers to choose mdsSam Lang2013-05-01
| * | | | | | | | | | | | | | | | libceph: add, don't set data for a messageAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: combine initializing and setting osd dataAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: specify osd op by index in requestAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: add data pointers in osd op structuresAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: keep source rather than message osd op arrayAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: a few more osd data cleanupsAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: define osd data initialization helpersAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: build osd request message later for writepagesAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: hold off building osd requestAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: kill ceph alloc_page_vec()Alex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: define ceph_writepages_osd_request()Alex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: don't build request in ceph_osdc_new_request()Alex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: use page_offset() in ceph_writepages_start()Alex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: set up page array mempool with correct sizeAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: wrap auth ops in wrapper functionsSage Weil2013-05-01
| * | | | | | | | | | | | | | | | libceph: add update_authorizer auth methodSage Weil2013-05-01
| * | | | | | | | | | | | | | | | ceph: fix buffer pointer advance in ceph_sync_writeHenry C Chang2013-05-01
| * | | | | | | | | | | | | | | | ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-01
| * | | | | | | | | | | | | | | | ceph: only set message data pointers if non-emptyAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: isolate other message data fieldsAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: set page info with byte lengthAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: isolate message page field manipulationAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: record byte count not page countAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: separate read and write dataAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: distinguish page and bio requestsAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: separate osd request data infoAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: don't assign page info in ceph_osdc_new_request()Alex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: simplify ceph_sync_write() page_align calculationAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | ceph: use calc_pages_for() in start_read()Alex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: no need for alignment for mds messageAlex Elder2013-05-01
| * | | | | | | | | | | | | | | | libceph: define mds_alloc_msg() methodAlex Elder2013-05-01