summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-271-4/+8
* libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-271-2/+3
* libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-271-1/+1
* ceph: eliminate sparse warnings in fs codeAlex Elder2013-02-251-2/+2
* ceph: fix statvfs fr_sizeSage Weil2013-02-232-2/+7
* Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-cephAlex Elder2013-02-209-69/+241
|\
| * ceph: remove a few bogus declarationsAlex Elder2013-02-201-7/+1Star
| * 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/+1Star
| * 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-141-0/+59
| * ceph: add ceph.dir.layout vxattrSage Weil2013-02-141-0/+8
| * ceph: change ceph.file.layout.* implementation, contentSage Weil2013-02-141-14/+53
| * ceph: fix listxattr handling for vxattrsSage Weil2013-02-141-6/+13
| * ceph: fix getxattr vxattr handlingSage Weil2013-02-141-12/+8Star
| * ceph: add exists_cb to vxattr structSage Weil2013-02-141-0/+2
| * ceph: pass ceph.* removexattrs through to MDSSage Weil2013-02-141-0/+5
| * ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil2013-02-141-0/+5
| * ceph: support hidden vxattrsSage Weil2013-02-141-9/+11
| * ceph: remove 'ceph.layout' virtual xattrSage Weil2013-02-141-7/+0Star
| * 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-02-088-36/+87
|\ \ \
| * | | Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason2013-02-061-1/+4
| * | | Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt2013-02-061-12/+10Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason2013-02-0616-119/+370
| |\ \ \
| | * | | Btrfs: fix possible stale data exposureJosef Bacik2013-02-051-1/+1
| | * | | Btrfs: fix missing i_size updateJosef Bacik2013-02-051-2/+9
| | * | | Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2013-02-052-9/+38
| | * | | Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie2013-02-051-8/+19
| | * | | Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie2013-02-051-1/+2
| | * | | Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik2013-02-051-1/+2
| * | | | btrfs: don't try to notify udev about missing devicesEric Sandeen2013-02-011-1/+2
* | | | | Merge branch 'fix-max-write' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-051-4/+4
|\ \ \ \ \
| * | | | | dlm: check the write size from userDavid Teigland2013-02-041-4/+4
* | | | | | nilfs2: fix fix very long mount time issueVyacheslav Dubeyko2013-02-051-1/+4
|/ / / / /
* | | | | Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-01-314-57/+69
|\ \ \ \ \
| * | | | | NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust2013-01-301-2/+12
| * | | | | NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-01-301-0/+20
| * | | | | NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust2013-01-271-1/+4
| * | | | | NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2013-01-272-25/+9Star
| * | | | | NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust2013-01-271-16/+15Star