index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
super.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ceph: use i_ceph_lock instead of i_lock
Sage Weil
2011-12-07
1
-15
/
+16
*
ceph: use new D_COMPLETE dentry flag
Sage Weil
2011-11-05
1
-2
/
+8
*
ceph: clear parent D_COMPLETE flag when on dentry prune
Sage Weil
2011-11-03
1
-0
/
+13
*
ceph: fix 32-bit ino numbers
Amon Ott
2011-10-25
1
-5
/
+6
*
ceph: rename rsize -> rasize
Sage Weil
2011-10-25
1
-3
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2011-07-26
1
-11
/
+9
|
\
|
*
ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug
Sage Weil
2011-07-26
1
-1
/
+1
|
*
ceph: protect access to d_parent
Sage Weil
2011-07-26
1
-8
/
+1
|
*
ceph: fix ceph_lookup_open intent usage
Sage Weil
2011-07-26
1
-0
/
+2
|
*
ceph: use flag bit for at_end readdir flag
Sage Weil
2011-07-26
1
-1
/
+1
|
*
ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io
Sage Weil
2011-07-26
1
-0
/
+2
|
*
ceph: add flags field to file_info
Sage Weil
2011-07-26
1
-1
/
+2
*
|
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
1
-1
/
+2
*
|
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-07-20
1
-1
/
+1
|
/
*
ceph: do not use i_wrbuffer_ref as refcount for Fb cap
Henry C Chang
2011-05-11
1
-1
/
+1
*
ceph: do not call __mark_dirty_inode under i_lock
Sage Weil
2011-05-04
1
-1
/
+1
*
ceph: move readahead default to fs/ceph from libceph
Sage Weil
2011-03-21
1
-0
/
+1
*
ceph: add ino32 mount option
Yehuda Sadeh
2011-03-21
1
-20
/
+45
*
Revert "ceph: keep reference to parent inode on ceph_dentry"
Sage Weil
2011-03-03
1
-1
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2011-02-21
1
-0
/
+1
|
\
|
*
ceph: keep reference to parent inode on ceph_dentry
Yehuda Sadeh
2011-02-19
1
-0
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2011-01-13
1
-0
/
+2
|
\
|
|
*
ceph: add dir_layout to inode
Sage Weil
2011-01-12
1
-0
/
+2
*
|
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2011-01-07
1
-1
/
+1
|
/
*
ceph: fix rdcache_gen usage and invalidate
Sage Weil
2010-11-08
1
-3
/
+1
*
ceph: do not carry i_lock for readdir from dcache
Sage Weil
2010-10-20
1
-1
/
+2
*
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
2010-10-20
1
-254
/
+143
*
ceph: only send one flushsnap per cap_snap per mds session
Sage Weil
2010-09-17
1
-1
/
+2
*
ceph: fix cap_snap and realm split
Sage Weil
2010-09-16
1
-0
/
+2
*
ceph: maintain i_head_snapc when any caps are dirty, not just for data
Sage Weil
2010-08-24
1
-1
/
+2
*
ceph: include dirty xattrs state in snapped caps
Sage Weil
2010-08-22
1
-3
/
+5
*
ceph: constify dentry_operations
Sage Weil
2010-08-03
1
-1
/
+1
*
ceph: add flock/fcntl lock support
Greg Farnum
2010-08-02
1
-0
/
+8
*
ceph: add CEPH_FEATURE_FLOCK to the supported feature bits
Greg Farnum
2010-08-02
1
-1
/
+1
*
ceph: use %pU to print uuid (fsid)
Sage Weil
2010-08-01
1
-7
/
+0
*
ceph: specify supported features in super.h
Sage Weil
2010-08-01
1
-0
/
+6
*
ceph: add ceph_get_cap_for_mds function.
Greg Farnum
2010-08-01
1
-0
/
+2
*
ceph: do caps accounting per mds_client
Yehuda Sadeh
2010-08-01
1
-6
/
+9
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2010-05-30
1
-1
/
+0
|
\
|
*
ceph: removed duplicated #includes
Andrea Gelmini
2010-05-29
1
-1
/
+0
*
|
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-27
1
-1
/
+1
|
/
*
ceph: specify max_bytes on readdir replies
Sage Weil
2010-05-17
1
-1
/
+3
*
ceph: clean up mount options, ->show_options()
Sage Weil
2010-05-17
1
-9
/
+10
*
ceph: use ceph_sb_to_client instead of ceph_client
Cheng Renquan
2010-05-17
1
-6
/
+0
*
ceph: invalidate affected dentry leases on aborted requests
Sage Weil
2010-05-17
1
-0
/
+1
*
ceph: add missing #includes
Sage Weil
2010-05-03
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2010-04-14
1
-2
/
+1
|
\
|
*
ceph: queue_cap_snap should always queue dirty context
Sage Weil
2010-04-13
1
-2
/
+1
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
ceph: update for write_inode API change
Stephen Rothwell
2010-03-05
1
-1
/
+2
[next]