summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-2811-105/+265
|\
| * libceph: update osd request/reply encodingSage Weil2013-02-261-25/+6
| * libceph: calculate placement based on the internal data typesSage Weil2013-02-261-4/+1
| * ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-261-4/+8
| * libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-261-2/+3
| * libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-261-1/+1
| * ceph: eliminate sparse warnings in fs codeAlex Elder2013-02-251-2/+2
| * ceph: fix statvfs fr_sizeSage Weil2013-02-222-2/+7
| * Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-cephAlex Elder2013-02-199-69/+241
| |\
| | * ceph: remove a few bogus declarationsAlex Elder2013-02-191-7/+1
| | * libceph: update ceph_mds_state_name() and ceph_mds_op_name()Alex Elder2013-02-181-0/+4
| | * ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder2013-02-182-3/+3
| | * ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder2013-02-181-2/+1
| | * ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder2013-02-181-1/+1
| | * ceph: kill ceph_osdc_writepages() "nofail" parameterAlex Elder2013-02-181-1/+1
| | * ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil2013-02-131-0/+59
| | * ceph: add ceph.dir.layout vxattrSage Weil2013-02-131-0/+8
| | * ceph: change ceph.file.layout.* implementation, contentSage Weil2013-02-131-14/+53
| | * ceph: fix listxattr handling for vxattrsSage Weil2013-02-131-6/+13
| | * ceph: fix getxattr vxattr handlingSage Weil2013-02-131-12/+8
| | * ceph: add exists_cb to vxattr structSage Weil2013-02-131-0/+2
| | * ceph: pass ceph.* removexattrs through to MDSSage Weil2013-02-131-0/+5
| | * ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil2013-02-131-0/+5
| | * ceph: support hidden vxattrsSage Weil2013-02-131-9/+11
| | * ceph: remove 'ceph.layout' virtual xattrSage Weil2013-02-131-7/+0
| | * Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder2013-01-305-10/+69
| | |\
| | | * libceph: pass length to ceph_calc_file_object_mapping()Alex Elder2013-01-171-1/+1
| | | * ceph: check mds_wanted for imported capYan, Zheng2013-01-171-1/+3
| | | * ceph: allocate cap_release message when receiving cap importYan, Zheng2013-01-171-0/+3
| | | * ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng2013-01-171-5/+10
| | | * ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng2013-01-171-1/+9
| | | * ceph: Check for created flag in response from mdsSam Lang2013-01-173-2/+40
| | | * ceph: Check for err on mds request in atomic_openSam Lang2013-01-171-0/+3
* | | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-283-47/+25
|\ \ \ \
| * | | | vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie2013-01-123-47/+25
* | | | | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-284-4/+30
|\ \ \ \ \
| * | | | | block: remove redundant check to bd_openers()Guo Chao2013-02-221-1/+1
| * | | | | block: use i_size_write() in bd_set_size()Guo Chao2013-02-221-1/+3
| * | | | | writeback: add more tracepointsTejun Heo2013-01-141-2/+14
| * | | | | block: add block_{touch|dirty}_buffer tracepointTejun Heo2013-01-141-0/+4
| * | | | | buffer: make touch_buffer() an exported functionTejun Heo2013-01-141-0/+6
| * | | | | block: add missing block_bio_complete() tracepointTejun Heo2013-01-141-0/+2
| |/ / / /
* | | | | Merge branch 'akpm' (final batch from Andrew)Linus Torvalds2013-02-2766-479/+2034
|\ \ \ \ \
| * | | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-2723-115/+69
| * | | | | idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-1/+1
| * | | | | nfs4client: convert to idr_alloc()Tejun Heo2013-02-271-7/+6
| * | | | | ocfs2: convert to idr_alloc()Tejun Heo2013-02-271-19/+13
| * | | | | inotify: convert to idr_alloc()Tejun Heo2013-02-271-13/+11
| * | | | | dlm: convert to idr_alloc()Tejun Heo2013-02-272-26/+19
| * | | | | inotify: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0