aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-04hostfs: use kmalloc instead of kzallocJames Hogan1-1/+2
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan1-2/+1
2013-05-04hostfs: remove "will unlock" commentJames Hogan1-1/+1
2013-05-04vfs: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan1-1/+1
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro1-1/+1
2013-05-04fs: remove dentry_lru_prune()Yan, Zheng1-22/+9
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen1-1/+0
2013-05-04kill fs/read_write.hAl Viro3-12/+4
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro1-4/+5
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks")Al Viro1-3/+2
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-549/+708
2013-05-03Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-3/+4
2013-05-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-7/+16
2013-05-03Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2-38/+54
2013-05-03Merge branch 'for_next' into for_linusJan Kara3-7/+16
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds63-5846/+9572
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-4/+7
2013-05-01ceph: use ceph_create_snap_context()Alex Elder1-2/+1
2013-05-01libceph: kill off osd data write_request parametersAlex Elder2-7/+6
2013-05-01ceph: fix printk format warnings in file.cRandy Dunlap1-2/+2
2013-05-01ceph: fix race between writepages and truncateYan, Zheng1-7/+7
2013-05-01ceph: apply write checks in ceph_aio_writeYan, Zheng1-35/+59
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng2-12/+13
2013-05-01libceph: change how "safe" callback is usedAlex Elder1-24/+28
2013-05-01ceph: let osd client clean up for interrupted requestAlex Elder1-6/+0
2013-05-01ceph: fix symlink inode operationsYan, Zheng1-0/+6
2013-05-01ceph: Use pseudo-random numbers to choose mdsSam Lang1-3/+5
2013-05-01libceph: add, don't set data for a messageAlex Elder1-2/+2
2013-05-01libceph: combine initializing and setting osd dataAlex Elder2-9/+6
2013-05-01libceph: specify osd op by index in requestAlex Elder1-1/+1
2013-05-01libceph: add data pointers in osd op structuresAlex Elder2-5/+8
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder2-16/+11
2013-05-01libceph: a few more osd data cleanupsAlex Elder1-13/+17
2013-05-01libceph: define osd data initialization helpersAlex Elder2-15/+8
2013-05-01ceph: build osd request message later for writepagesAlex Elder1-26/+33
2013-05-01libceph: hold off building osd requestAlex Elder2-5/+6
2013-05-01ceph: kill ceph alloc_page_vec()Alex Elder1-27/+18
2013-05-01ceph: define ceph_writepages_osd_request()Alex Elder1-10/+24
2013-05-01libceph: don't build request in ceph_osdc_new_request()Alex Elder2-20/+36
2013-05-01ceph: use page_offset() in ceph_writepages_start()Alex Elder1-1/+1
2013-05-01ceph: set up page array mempool with correct sizeAlex Elder1-2/+5
2013-05-01libceph: wrap auth ops in wrapper functionsSage Weil1-14/+12
2013-05-01libceph: add update_authorizer auth methodSage Weil1-1/+6
2013-05-01ceph: fix buffer pointer advance in ceph_sync_writeHenry C Chang1-1/+1
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng5-49/+45
2013-05-01ceph: only set message data pointers if non-emptyAlex Elder1-3/+10
2013-05-01libceph: isolate other message data fieldsAlex Elder1-1/+1
2013-05-01libceph: set page info with byte lengthAlex Elder1-1/+1
2013-05-01libceph: isolate message page field manipulationAlex Elder1-2/+2