summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-102-3/+3
|\
| * ceph: fix memory leakNoah Watkins2011-08-221-2/+2
| * ceph: fix encoding of ino only (not relative) pathsSage Weil2011-08-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-2613-137/+249
|\|
| * ceph: document unlocked d_parent accessesSage Weil2011-07-262-4/+11
| * ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-264-11/+17
| * ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-261-1/+3
| * ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-264-13/+18
| * ceph: protect d_parent access in ceph_d_revalidateSage Weil2011-07-261-15/+17
| * ceph: protect access to d_parentSage Weil2011-07-266-15/+33
| * ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-261-9/+12
| * ceph: set dir complete frag after adding capabilitySage Weil2011-07-261-13/+17
| * ceph: set up readahead size when rsize is not passedYehuda Sadeh2011-07-261-0/+4
| * ceph: ignore lease maskSage Weil2011-07-263-18/+12Star
| * ceph: fix ceph_lookup_open intent usageSage Weil2011-07-263-19/+37
| * ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil2011-07-261-1/+2
| * ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil2011-07-261-2/+3
| * ceph: avoid carrying Fw cap during write into page cacheSage Weil2011-07-261-3/+19
| * ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum2011-07-261-2/+1Star
| * ceph: only queue capsnap if caps are dirtySage Weil2011-07-261-4/+2Star
| * ceph: fix snap writeback when racing with writesSage Weil2011-07-261-3/+20
| * ceph: use flag bit for at_end readdir flagSage Weil2011-07-262-6/+6
| * ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-264-2/+18
| * ceph: add flags field to file_infoSage Weil2011-07-261-1/+2
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-213-4/+15
* | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-212-3/+25
* | don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-211-1/+1
* | ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro2011-07-201-1/+0Star
* | don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-201-1/+1
* | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-202-3/+3
* | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* | kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
|/
* ceph analog of cifs build_path_from_dentry() race fixAl Viro2011-07-171-3/+16
* ceph: fix sync and dio writes across stripe boundariesSage Weil2011-06-141-3/+3
* ceph: fix page alignment correctionsSage Weil2011-06-141-5/+3Star
* ceph: unwind canceled flock stateSage Weil2011-06-081-10/+16
* ceph: fix ENOENT logic in striped_readSage Weil2011-06-081-2/+2
* ceph: fix short sync reads from the OSDSage Weil2011-06-081-13/+15
* ceph: use ihold when we already have an inode refSage Weil2011-06-0810-28/+37
* ceph: fix cap flush race reentrancySage Weil2011-05-243-29/+31
* ceph: avoid inode lookup on nfs fh reconnectSage Weil2011-05-241-2/+6
* ceph: use LOOKUPINO to make unconnected nfs fh more reliableSage Weil2011-05-241-2/+17
* ceph: check return value for start_request in writepagesSage Weil2011-05-191-1/+2
* ceph: remove useless checkSage Weil2011-05-191-2/+0Star
* ceph: fix broken comparison in readdir loopSage Weil2011-05-191-1/+1
* ceph: fix rare potential cap leakSage Weil2011-05-191-1/+2
* ceph: use snprintf for dirstat contentSage Weil2011-05-191-2/+3
* libceph: remove unused variableSage Weil2011-05-191-2/+0Star
* ceph: take reference on mds request r_unsafe_dirSage Weil2011-05-191-0/+4
* ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-113-9/+10