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