summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds
2011-08-22ceph: fix memory leakNoah Watkins
2011-08-15ceph: fix encoding of ino only (not relative) pathsSage Weil
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26ceph: document unlocked d_parent accessesSage Weil
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh
2011-07-26ceph: ignore lease maskSage Weil
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum
2011-07-26ceph: only queue capsnap if caps are dirtySage Weil
2011-07-26ceph: fix snap writeback when racing with writesSage Weil
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil
2011-07-26ceph: add flags field to file_infoSage Weil
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-07-16ceph analog of cifs build_path_from_dentry() race fixAl Viro
2011-06-13ceph: fix sync and dio writes across stripe boundariesSage Weil
2011-06-13ceph: fix page alignment correctionsSage Weil
2011-06-07ceph: unwind canceled flock stateSage Weil
2011-06-07ceph: fix ENOENT logic in striped_readSage Weil
2011-06-07ceph: fix short sync reads from the OSDSage Weil
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-24ceph: fix cap flush race reentrancySage Weil
2011-05-24ceph: avoid inode lookup on nfs fh reconnectSage Weil
2011-05-24ceph: use LOOKUPINO to make unconnected nfs fh more reliableSage Weil
2011-05-19ceph: check return value for start_request in writepagesSage Weil
2011-05-19ceph: remove useless checkSage Weil
2011-05-19ceph: fix broken comparison in readdir loopSage Weil
2011-05-19ceph: fix rare potential cap leakSage Weil
2011-05-19ceph: use snprintf for dirstat contentSage Weil
2011-05-19libceph: remove unused variableSage Weil
2011-05-19ceph: take reference on mds request r_unsafe_dirSage Weil
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang