summaryrefslogtreecommitdiff
path: root/fs/ceph
Commit message (Expand)AuthorAge
* ceph/super.c: quiet sparse noiseH Hartley Sweeten2011-11-05
* ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten2011-11-05
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-05
* ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* libceph: fix double-free of page vectorSage Weil2011-10-25
* ceph: fix 32-bit ino numbersAmon Ott2011-10-25
* ceph: let the set_layout ioctl set single traitsGreg Farnum2011-10-25
* Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil2011-10-25
* ceph: replace leading spaces with tabsNoah Watkins2011-10-25
* libceph: don't complain on msgpool alloc failuresSage Weil2011-10-25
* libceph: create messenger with clientSage Weil2011-10-25
* ceph: document ioctlsSage Weil2011-10-25
* ceph: implement (optional) max read sizeSage Weil2011-10-25
* ceph: rename rsize -> rasizeSage Weil2011-10-25
* ceph: make readpages fully asyncSage Weil2011-10-25
* Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-09
|\
| * ceph: fix memory leakNoah Watkins2011-08-22
| * ceph: fix encoding of ino only (not relative) pathsSage Weil2011-08-15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-26
|\ \ | |/
| * ceph: document unlocked d_parent accessesSage Weil2011-07-26
| * ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-26
| * ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-26
| * ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-26
| * ceph: protect d_parent access in ceph_d_revalidateSage Weil2011-07-26
| * ceph: protect access to d_parentSage Weil2011-07-26
| * ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-26
| * ceph: set dir complete frag after adding capabilitySage Weil2011-07-26
| * ceph: set up readahead size when rsize is not passedYehuda Sadeh2011-07-26
| * ceph: ignore lease maskSage Weil2011-07-26
| * ceph: fix ceph_lookup_open intent usageSage Weil2011-07-26
| * ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil2011-07-26
| * ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil2011-07-26
| * ceph: avoid carrying Fw cap during write into page cacheSage Weil2011-07-26
| * ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum2011-07-26
| * ceph: only queue capsnap if caps are dirtySage Weil2011-07-26
| * ceph: fix snap writeback when racing with writesSage Weil2011-07-26
| * ceph: use flag bit for at_end readdir flagSage Weil2011-07-26
| * ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-26
| * ceph: add flags field to file_infoSage Weil2011-07-26
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-20
* | don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-20
* | ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro2011-07-20
* | don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-20
* | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-20
* | kill check_acl callback of generic_permission()Al Viro2011-07-20
|/
* ceph analog of cifs build_path_from_dentry() race fixAl Viro2011-07-16
* ceph: fix sync and dio writes across stripe boundariesSage Weil2011-06-13