index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
1
-1
/
+0
2011-12-07
ceph: use i_ceph_lock instead of i_lock
Sage Weil
1
-25
/
+28
2011-11-05
ceph: fix iput race when queueing inode work
Sage Weil
1
-3
/
+6
2011-11-05
ceph: use new D_COMPLETE dentry flag
Sage Weil
1
-4
/
+4
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
1
-1
/
+1
2011-10-25
Revert "ceph: don't truncate dirty pages in invalidate work thread"
Sage Weil
1
-45
/
+1
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-21
/
+27
2011-07-26
ceph: document locking for ceph_set_dentry_offset
Sage Weil
1
-1
/
+3
2011-07-26
ceph: protect access to d_parent
Sage Weil
1
-1
/
+3
2011-07-26
ceph: set dir complete frag after adding capability
Sage Weil
1
-13
/
+17
2011-07-26
ceph: ignore lease mask
Sage Weil
1
-6
/
+4
2011-07-20
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
1
-2
/
+2
2011-07-20
->permission() sanitizing: don't pass flags to generic_permission()
Al Viro
1
-1
/
+1
2011-07-20
kill check_acl callback of generic_permission()
Al Viro
1
-1
/
+1
2011-06-07
ceph: use ihold when we already have an inode ref
Sage Weil
1
-8
/
+10
2011-05-11
ceph: do not use i_wrbuffer_ref as refcount for Fb cap
Henry C Chang
1
-0
/
+1
2011-05-04
ceph: do not call __mark_dirty_inode under i_lock
Sage Weil
1
-1
/
+5
2011-03-21
ceph: add ino32 mount option
Yehuda Sadeh
1
-1
/
+8
2011-03-15
ceph: preserve I_COMPLETE across rename
Sage Weil
1
-8
/
+8
2011-03-03
ceph: do not set I_COMPLETE
Sage Weil
1
-1
/
+1
2011-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-5
/
+5
2011-01-13
ceph: fix getattr on directory when using norbytes
Yehuda Sadeh
1
-5
/
+5
2011-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-0
/
+4
2011-01-12
ceph: implement DIRLAYOUTHASH feature to get dir layout from MDS
Sage Weil
1
-0
/
+2
2011-01-12
ceph: add dir_layout to inode
Sage Weil
1
-0
/
+2
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
1
-3
/
+8
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-1
/
+10
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-4
/
+0
2011-01-07
fs: dcache scale subdirs
Nick Piggin
1
-2
/
+6
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
1
-2
/
+2
2010-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-18
/
+31
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-11-09
ceph: make page alignment explicit in osd interface
Sage Weil
1
-1
/
+1
2010-11-08
ceph: fix update of ctime from MDS
Sage Weil
1
-2
/
+4
2010-11-08
ceph: fix version check on racing inode updates
Sage Weil
1
-4
/
+9
2010-11-08
ceph: fix rdcache_gen usage and invalidate
Sage Weil
1
-9
/
+7
2010-11-07
ceph: only let auth caps update max_size
Sage Weil
1
-1
/
+8
2010-11-07
ceph: fix bad pointer dereference in ceph_fill_trace
Sage Weil
1
-1
/
+2
2010-10-20
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
1
-9
/
+10
2010-09-13
ceph: fix dn offset during readdir_prepopulate
Sage Weil
1
-5
/
+6
2010-08-25
ceph: ceph_get_inode() returns an ERR_PTR
Dan Carpenter
1
-2
/
+2
2010-08-22
ceph: don't improperly set dir complete when holding EXCL cap
Sage Weil
1
-0
/
+1
2010-08-01
ceph: perform lazy reads when file mode and caps permit
Sage Weil
1
-2
/
+3
2010-07-27
ceph: use complete_all and wake_up_all
Yehuda Sadeh
1
-1
/
+1
2010-07-23
ceph: fix leak of dentry in ceph_init_dentry() error path
Sage Weil
1
-1
/
+3
2010-06-21
ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulate
Sage Weil
1
-7
/
+12
2010-06-01
ceph: fix d_subdirs ordering problem
Henry C Chang
1
-1
/
+1
2010-05-29
fs/ceph: Use ERR_CAST
Julia Lawall
1
-1
/
+1
2010-05-17
ceph: use common helper for aborted dir request invalidation
Sage Weil
1
-15
/
+2
2010-05-17
ceph: set dn offset when spliced
Sage Weil
1
-34
/
+37
[next]