summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-10-17ceph: enable readaheadSage Weil2-1/+2
2009-10-16ceph: move dirty caps code aroundSage Weil1-33/+37
2009-10-16ceph: warn on allocation from msgpool with larger front_lenSage Weil4-9/+26
2009-10-16ceph: correct subscribe_ack msgpool payload sizeSage Weil2-4/+12
2009-10-16ceph: flush dirty caps via the cap_dirty listSage Weil3-29/+59
2009-10-15ceph: move generic flushing code into helperSage Weil1-22/+21
2009-10-15ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_superSage Weil1-1/+3
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil6-132/+137
2009-10-13ceph: add version field to message headerSage Weil1-1/+2
2009-10-12ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAPSage Weil2-4/+0
2009-10-12ceph: ignore trailing data in monampSage Weil1-3/+0
2009-10-10ceph: add file layout validationSage Weil2-0/+26
2009-10-10ceph: update to mon client protocol v15Sage Weil3-10/+19
2009-10-09ceph: cancel osd requests before resending themSage Weil1-1/+4
2009-10-09ceph: reset osd session on fault, not peer_resetSage Weil1-5/+2
2009-10-09ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)Sage Weil1-5/+10
2009-10-09ceph: revoke osd request message on request completionSage Weil1-4/+9
2009-10-09ceph: fix osd request submission raceSage Weil1-11/+19
2009-10-08ceph: renew mon subscription before it expiresSage Weil1-2/+2
2009-10-08ceph: fix mdsmap decoding when multiple mds's are presentSage Weil1-5/+5
2009-10-07ceph: gracefully avoid empty crush bucketsSage Weil1-2/+7
2009-10-07ceph: include preferred_osd in file layout virtual xattrSage Weil1-1/+8
2009-10-07ceph: show meaningful version on module loadSage Weil2-8/+3
2009-10-06ceph: document shared files in READMESage Weil1-0/+17
2009-10-06ceph: Kconfig, MakefileSage Weil4-0/+64
2009-10-06ceph: debugfsSage Weil1-0/+425
2009-10-06ceph: ioctlsSage Weil2-0/+196
2009-10-06ceph: nfs re-export supportSage Weil1-0/+223
2009-10-06ceph: message poolsSage Weil2-0/+193
2009-10-06ceph: messenger librarySage Weil3-0/+2398
2009-10-06ceph: snapshot managementSage Weil1-0/+897
2009-10-06ceph: capability managementSage Weil1-0/+2830
2009-10-06ceph: monitor clientSage Weil2-0/+803
2009-10-06ceph: CRUSH mapping algorithmSage Weil5-0/+1027
2009-10-06ceph: OSD clientSage Weil4-0/+2436
2009-10-06ceph: MDS clientSage Weil4-0/+3452
2009-10-06ceph: address space operationsSage Weil1-0/+1115
2009-10-06ceph: file operationsSage Weil1-0/+904
2009-10-06ceph: directory operationsSage Weil1-0/+1212
2009-10-06ceph: inode operationsSage Weil2-0/+2453
2009-10-06ceph: super.cSage Weil1-0/+936
2009-10-06ceph: ref counted bufferSage Weil2-0/+89
2009-10-06ceph: client typesSage Weil6-0/+1091
2009-10-06ceph: on-wire typesSage Weil5-0/+1401
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan11-14/+14
2009-09-26Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+4
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-258/+159
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe1-2/+4
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperJeff Layton1-19/+3
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-53/+118