aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAge
* 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
* ceph: properly handle aborted mds requestsSage Weil2010-01-25
* ceph: change dentry offset and position after splice_dentryYehuda Sadeh2010-01-14
* ceph: ensure rename target dentry fails revalidationSage Weil2009-12-21
* ceph: simplify ceph_buffer interfaceSage Weil2009-12-07
* ceph: initialize i_size/i_rbytes on snapdirSage Weil2009-11-11
* ceph: move directory size logic to ceph_getattrSage Weil2009-10-21
* ceph: inode operationsSage Weil2009-10-06