Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3bf3cdcc148abcd0e9d398393d390ff136d6eb9a
/
fs
/
ceph
6c073a7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
d8fb02a
ceph: create a new session lock to avoid lock inversion
by Alex Elder
· 13 years ago
32852a8
ceph: fix length validation in parse_reply_info()
by Xi Wang
· 13 years ago
114fc47
ceph: change "ceph.layout" xattr to be "ceph.file.layout"
by Alex Elder
· 13 years ago
1a52bb0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
83eb26a
ceph: ensure prealloc_blob is in place when removing xattr
by Alex Elder
· 13 years ago
a40dc6c
ceph: enable/disable dentry complete flags via mount option
by Sage Weil
· 13 years ago
d46cfba
ceph: always initialize the dentry in open_root_dentry()
by Alex Elder
· 13 years ago
2ff179e
ceph: avoid iput() while holding spinlock in ceph_dir_fsync
by Sage Weil
· 13 years ago
ee6b1ba
ceph: avoid useless dget/dput in encode_fh
by Sage Weil
· 13 years ago
b8cd952
ceph: dereference pointer after checking for NULL
by Yehuda Sadeh
· 13 years ago
3d8eb7a
ceph: remove unnecessary d_fsdata conditional checks
by Sage Weil
· 13 years ago
3c5184e
ceph: d_alloc_root() may fail
by Al Viro
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
5706b27
ceph: propagate umode_t
by Al Viro
· 13 years ago
dba19c6
get rid of open-coded S_ISREG(), etc.
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
a4d4636
ceph: disable use of dcache for readdir etc.
by Sage Weil
· 13 years ago
9d5a09e
ceph: add missing spin_unlock at ceph_mdsc_build_path()
by Yehuda Sadeh
· 13 years ago
6a82c47
ceph: fix SEEK_CUR, SEEK_SET regression
by Sage Weil
· 13 years ago
be65559
ceph: use i_ceph_lock instead of i_lock
by Sage Weil
· 13 years ago
2151937
ceph: fix rasize reporting by ceph_show_options
by Sage Weil
· 13 years ago
774ac21
ceph: initialize root dentry
by Sage Weil
· 13 years ago
15a2015
ceph: fix iput race when queueing inode work
by Sage Weil
· 13 years ago
0c6d4b4e2
ceph/super.c: quiet sparse noise
by H Hartley Sweeten
· 13 years ago
7fd7d10
ceph/mds_client.c: quiet sparse noise
by H Hartley Sweeten
· 13 years ago
c6ffe10
ceph: use new D_COMPLETE dentry flag
by Sage Weil
· 13 years ago
b58dc41
ceph: clear parent D_COMPLETE flag when on dentry prune
by Sage Weil
· 14 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
3395734
libceph: fix double-free of page vector
by Sage Weil
· 13 years ago
3310f75
ceph: fix 32-bit ino numbers
by Amon Ott
· 13 years ago
a35eca9
ceph: let the set_layout ioctl set single traits
by Greg Farnum
· 13 years ago
83eaea2
Revert "ceph: don't truncate dirty pages in invalidate work thread"
by Sage Weil
· 13 years ago
80db8be
ceph: replace leading spaces with tabs
by Noah Watkins
· 13 years ago
b61c276
libceph: don't complain on msgpool alloc failures
by Sage Weil
· 13 years ago
6ab00d4
libceph: create messenger with client
by Sage Weil
· 13 years ago
6a8ea47
ceph: document ioctls
by Sage Weil
· 13 years ago
0d66a48
ceph: implement (optional) max read size
by Sage Weil
· 13 years ago
83817e3
ceph: rename rsize -> rasize
by Sage Weil
· 13 years ago
7c27219
ceph: make readpages fully async
by Sage Weil
· 13 years ago
0d20fbb
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
by Linus Torvalds
· 13 years ago
259a187
ceph: fix memory leak
by Noah Watkins
· 13 years ago
795858d
ceph: fix encoding of ino only (not relative) paths
by Sage Weil
· 13 years ago
ba5b56c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
d79698d
ceph: document unlocked d_parent accesses
by Sage Weil
· 13 years ago
41b02e1
ceph: explicitly reference rename old_dentry parent dir in request
by Sage Weil
· 13 years ago
4f17726
ceph: document locking for ceph_set_dentry_offset
by Sage Weil
· 13 years ago
e5f86dc
ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug
by Sage Weil
· 13 years ago
bf1c6ac
ceph: protect d_parent access in ceph_d_revalidate
by Sage Weil
· 13 years ago
5f21c96
ceph: protect access to d_parent
by Sage Weil
· 13 years ago
48d0cbd
ceph: handle racing calls to ceph_init_dentry
by Sage Weil
· 13 years ago
dfabbed6
ceph: set dir complete frag after adding capability
by Sage Weil
· 13 years ago
e985222
ceph: set up readahead size when rsize is not passed
by Yehuda Sadeh
· 13 years ago
2f90b85
ceph: ignore lease mask
by Sage Weil
· 13 years ago
468640e
ceph: fix ceph_lookup_open intent usage
by Sage Weil
· 13 years ago
9bae113
ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNC
by Sage Weil
· 13 years ago
acda765
ceph: fix bad parent_inode calc in ceph_lookup_open
by Sage Weil
· 13 years ago
d8de9ab
ceph: avoid carrying Fw cap during write into page cache
by Sage Weil
· 13 years ago
8f04d42
ceph: report f_bfree based on kb_avail rather than diffing.
by Greg Farnum
· 13 years ago
e77dc3e
ceph: only queue capsnap if caps are dirty
by Sage Weil
· 13 years ago
af0ed56
ceph: fix snap writeback when racing with writes
by Sage Weil
· 13 years ago
9cfa109
ceph: use flag bit for at_end readdir flag
by Sage Weil
· 13 years ago
4918b6d
ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io
by Sage Weil
· 13 years ago
252c672
ceph: add flags field to file_info
by Sage Weil
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
06222e4
fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
by Josef Bacik
· 13 years ago
b85fd6b
don't open-code parent_ino() in assorted ->readdir()
by Al Viro
· 13 years ago
a127e0a
ceph: LOOKUP_OPEN is set only when it's the last component
by Al Viro
· 13 years ago
8a5e929
don't transliterate lower bits of ->intent.open.flags to FMODE_...
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
1b71fe2
ceph analog of cifs build_path_from_dentry() race fix
by Al Viro
· 13 years ago
d7f124f
ceph: fix sync and dio writes across stripe boundaries
by Sage Weil
· 13 years ago
773e9b4
ceph: fix page alignment corrections
by Sage Weil
· 13 years ago
0c1f91f
ceph: unwind canceled flock state
by Sage Weil
· 13 years ago
0e98728
ceph: fix ENOENT logic in striped_read
by Sage Weil
· 13 years ago
c3cd628
ceph: fix short sync reads from the OSD
by Sage Weil
· 13 years ago
70b666c
ceph: use ihold when we already have an inode ref
by Sage Weil
· 13 years ago
db35405
ceph: fix cap flush race reentrancy
by Sage Weil
· 13 years ago
45e3d3e
ceph: avoid inode lookup on nfs fh reconnect
by Sage Weil
· 14 years ago
3c454cf
ceph: use LOOKUPINO to make unconnected nfs fh more reliable
by Sage Weil
· 14 years ago
9d6fcb0
ceph: check return value for start_request in writepages
by Sage Weil
· 13 years ago
6b4a3b5
ceph: remove useless check
by Sage Weil
· 13 years ago
da39822
ceph: fix broken comparison in readdir loop
by Sage Weil
· 13 years ago
3540303
ceph: fix rare potential cap leak
by Sage Weil
· 13 years ago
ae59808
ceph: use snprintf for dirstat content
by Sage Weil
· 13 years ago
1b36698
libceph: remove unused variable
by Sage Weil
· 13 years ago
3b66378
ceph: take reference on mds request r_unsafe_dir
by Sage Weil
· 13 years ago
d3d0720
ceph: do not use i_wrbuffer_ref as refcount for Fb cap
by Henry C Chang
· 13 years ago
a26a185
ceph: fix list_add in ceph_put_snap_realm
by Henry C Chang
· 13 years ago
7d8e18a
ceph: print debug message before put mds session
by Henry C Chang
· 13 years ago
fca65b4
ceph: do not call __mark_dirty_inode under i_lock
by Sage Weil
· 14 years ago
8c71897
ceph: handle ceph_osdc_new_request failure in ceph_writepages_start
by Henry C Chang
· 14 years ago
3772d26
ceph: use ihold() when i_lock is held
by Sage Weil
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
Next »