summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* ceph: fix list_add in ceph_put_snap_realmHenry C Chang2011-05-111-1/+1
* ceph: print debug message before put mds sessionHenry C Chang2011-05-111-1/+1
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-045-12/+23
* ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang2011-05-031-0/+7
* ceph: use ihold() when i_lock is heldSage Weil2011-05-031-2/+2
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-073-3/+3
|\
| * Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2011-03-302-1/+7
|\ \ | |/ |/|
| * ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-291-1/+1
| * ceph: flush msgr_wq during mds_client shutdownSage Weil2011-03-251-0/+6
* | fs: don't use igrab() while holding i_lockDave Chinner2011-03-292-3/+3
|/
* ceph: rename dentry_release -> d_release, fix commentSage Weil2011-03-211-7/+6Star
* ceph: add request to the tail of unsafe write listHenry C Chang2011-03-211-1/+2
* ceph: remove request from unsafe list if it is canceled/timed outHenry C Chang2011-03-211-0/+7
* ceph: move readahead default to fs/ceph from libcephSage Weil2011-03-212-2/+3
* ceph: add ino32 mount optionYehuda Sadeh2011-03-214-25/+65
* ceph: remove debugfs debug cruftSage Weil2011-03-211-6/+0Star
* ceph: preserve I_COMPLETE across renameSage Weil2011-03-151-8/+8
* ceph: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1