aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAge
* ceph: use ihold when we already have an inode refSage Weil2011-06-08
* ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-11
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-04
* ceph: add ino32 mount optionYehuda Sadeh2011-03-21
* ceph: preserve I_COMPLETE across renameSage Weil2011-03-15
* ceph: do not set I_COMPLETESage Weil2011-03-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-27
|\
| * ceph: fix getattr on directory when using norbytesYehuda Sadeh2011-01-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-13
|\|
| * ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-12
| * ceph: add dir_layout to inodeSage Weil2011-01-12
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* | fs: icache RCU free inodesNick Piggin2011-01-07
* | fs: dcache remove dcache_lockNick Piggin2011-01-07
* | fs: dcache scale subdirsNick Piggin2011-01-07
* | fs: dcache scale dentry refcountNick Piggin2011-01-07
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-11-19
|\
| * ceph: make page alignment explicit in osd interfaceSage Weil2010-11-09
| * ceph: fix update of ctime from MDSSage Weil2010-11-08
| * ceph: fix version check on racing inode updatesSage Weil2010-11-08
| * ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-08
| * ceph: only let auth caps update max_sizeSage Weil2010-11-07
| * ceph: fix bad pointer dereference in ceph_fill_traceSage Weil2010-11-07
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
|/
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-20
* ceph: fix dn offset during readdir_prepopulateSage Weil2010-09-13
* ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter2010-08-25
* ceph: don't improperly set dir complete when holding EXCL capSage Weil2010-08-23
* ceph: perform lazy reads when file mode and caps permitSage Weil2010-08-01
* ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-27
* ceph: fix leak of dentry in ceph_init_dentry() error pathSage Weil2010-07-23
* ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulateSage Weil2010-06-21
* ceph: fix d_subdirs ordering problemHenry C Chang2010-06-01
* fs/ceph: Use ERR_CASTJulia Lawall2010-05-29
* ceph: use common helper for aborted dir request invalidationSage Weil2010-05-17
* ceph: set dn offset when splicedSage Weil2010-05-17
* ceph: don't clobber i_max_offset on already complete dirSage Weil2010-05-17
* ceph: skip set_dentry_offset work if directory not I_COMPLETESage Weil2010-05-17
* ceph: fix xattr dangling pointer / double freeSage Weil2010-05-17
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-17
* ceph: invalidate affected dentry leases on aborted requestsSage Weil2010-05-17
* ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil2010-05-11
* ceph: clear dir complete on d_moveSage Weil2010-05-03
* ceph: fix dentry rehashing on virtual .snap dirSage Weil2010-03-30
* ceph: fix inode removal from snap realm when racing with migrationSage Weil2010-03-21
* ceph: don't truncate dirty pages in invalidate work threadYehuda Sadeh2010-02-19
* ceph: fix typo in ceph_queue_writeback debug outputSage Weil2010-02-17
* ceph: cleanup async writeback, truncation, invalidate helpersSage Weil2010-02-11
* ceph: fix truncation when not holding capsYehuda Sadeh2010-02-11
* ceph: remove unreachable codeYehuda Sadeh2010-01-29