Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d9a2545ac713e26ab8c8eee741d2da1626cebd6e
/
fs
/
ceph
a7f9fb2
convert ceph
by Al Viro
· 14 years ago
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 14 years ago
efa4c12
ceph: do not carry i_lock for readdir from dcache
by Sage Weil
· 14 years ago
61413c2
fs/ceph/xattr.c: Use kmemdup
by Julia Lawall
· 14 years ago
571dba5
ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.
by Greg Farnum
· 14 years ago
6f453ed
ceph: fix debugfs warnings
by Randy Dunlap
· 14 years ago
496e595
ceph: switch from BKL to lock_flocks()
by Sage Weil
· 14 years ago
fca4451
ceph: preallocate flock state without locks held
by Greg Farnum
· 14 years ago
18a3819
ceph: use mapping->nrpages to determine if mapping is empty
by Sage Weil
· 14 years ago
93afd44
ceph: only invalidate on check_caps if we actually have pages
by Sage Weil
· 14 years ago
4c32f5d
ceph: do not hide .snap in root directory
by Sage Weil
· 14 years ago
3d14c5d
ceph: factor out libceph from Ceph file system
by Yehuda Sadeh
· 15 years ago
ae1533b
ceph-rbd: osdc support for osd call and rollback operations
by Yehuda Sadeh
· 14 years ago
68b4476
ceph: messenger and osdc changes for rbd
by Yehuda Sadeh
· 15 years ago
3499e8a
ceph: refactor osdc requests creation functions
by Yehuda Sadeh
· 15 years ago
7669a2c
ceph: lookup pool in osdmap by name
by Yehuda Sadeh
· 14 years ago
d91f243
ceph: update issue_seq on cap grant
by Sage Weil
· 14 years ago
21b559d
ceph: send cap release message early on failed revoke.
by Greg Farnum
· 14 years ago
bba0cd0
ceph: Update max_len with minimum required size
by Aneesh Kumar K.V
· 14 years ago
92923dc
ceph: Fix return value of encode_fh function
by Aneesh Kumar K.V
· 14 years ago
6bc1887
ceph: avoid null deref in osd request error path
by Sage Weil
· 14 years ago
936aeb5
ceph: fix list_add usage on unsafe_writes list
by Henry C Chang
· 14 years ago
be4f104
ceph: select CRYPTO
by Sage Weil
· 14 years ago
a43fb73
ceph: check mapping to determine if FILE_CACHE cap is used
by Sage Weil
· 14 years ago
e835124
ceph: only send one flushsnap per cap_snap per mds session
by Sage Weil
· 14 years ago
ae00d4f
ceph: fix cap_snap and realm split
by Sage Weil
· 14 years ago
cfc0bf6
ceph: stop sending FLUSHSNAPs when we hit a dirty capsnap
by Sage Weil
· 14 years ago
8bef923
ceph: correctly set 'follows' in flushsnap messages
by Sage Weil
· 14 years ago
467c525
ceph: fix dn offset during readdir_prepopulate
by Sage Weil
· 14 years ago
a77d9f7
ceph: fix file offset wrapping at 4GB on 32-bit archs
by Sage Weil
· 14 years ago
3612abb
ceph: fix reconnect encoding for old servers
by Sage Weil
· 14 years ago
3d4401d
ceph: fix pagelist kunmap tail
by Yehuda Sadeh
· 14 years ago
ca04d9c
ceph: fix null pointer deref on anon root dentry release
by Sage Weil
· 14 years ago
b545787
ceph: fix get_ticket_handler() error handling
by Dan Carpenter
· 14 years ago
e072f8a
ceph: don't BUG on ENOMEM during mds reconnect
by Sage Weil
· 14 years ago
f44c389
ceph: ceph_mdsc_build_path() returns an ERR_PTR
by Dan Carpenter
· 14 years ago
ad8453a
ceph: Fix warnings
by Alan Cox
· 14 years ago
ac1f12e
ceph: ceph_get_inode() returns an ERR_PTR
by Dan Carpenter
· 14 years ago
36e2168
ceph: initialize fields on new dentry_infos
by Sage Weil
· 14 years ago
7d8cb26
ceph: maintain i_head_snapc when any caps are dirty, not just for data
by Sage Weil
· 14 years ago
07a27e2
ceph: fix osd request lru adjustment when sending request
by Henry C Chang
· 14 years ago
1245149
ceph: don't improperly set dir complete when holding EXCL cap
by Sage Weil
· 14 years ago
679ceac
mm: exporting account_page_dirty
by Michael Rubin
· 14 years ago
eb6bb1c
ceph: direct requests in snapped namespace based on nonsnap parent
by Sage Weil
· 14 years ago
ed32604
ceph: queue cap snap writeback for realm children on snap update
by Sage Weil
· 14 years ago
4a625be
ceph: include dirty xattrs state in snapped caps
by Sage Weil
· 14 years ago
082afec
ceph: fix xattr cap writeback
by Sage Weil
· 14 years ago
f3c60c5
ceph: fix multiple mds session shutdown
by Sage Weil
· 14 years ago
e56fa10
ceph: generalize mon requests, add pool op support
by Yehuda Sadeh
· 14 years ago
0eb6cd4
ceph: only queue async writeback on cap revocation if there is dirty data
by Sage Weil
· 14 years ago
e9d1774
ceph: do not ignore osd_idle_ttl mount option
by Sage Weil
· 14 years ago
52dfb8a
ceph: constify dentry_operations
by Sage Weil
· 14 years ago
213c99e
ceph: whitespace cleanup
by Sage Weil
· 14 years ago
40819f6
ceph: add flock/fcntl lock support
by Greg Farnum
· 14 years ago
fbaad97
ceph: define on-wire types, constants for file locking support
by Greg Farnum
· 14 years ago
c6f3fdc
ceph: add CEPH_FEATURE_FLOCK to the supported feature bits
by Greg Farnum
· 14 years ago
20cb34a
ceph: support v2 reconnect encoding
by Sage Weil
· 14 years ago
ce1fbc8
ceph: support v2 client_caps encoding
by Sage Weil
· 14 years ago
cbbfe49
ceph: move AES iv definition to shared header
by Sage Weil
· 14 years ago
73a7e69
ceph: fix decoding of pool snap info
by Sage Weil
· 14 years ago
2d9c98a
ceph: make ->sync_fs not wait if wait==0
by Sage Weil
· 14 years ago
b8cd07e
ceph: warn on missing snap realm
by Sage Weil
· 14 years ago
effcb9e
ceph: print useful error message when crush rule not found
by Sage Weil
· 14 years ago
a8b763a
ceph: use %pU to print uuid (fsid)
by Sage Weil
· 14 years ago
f0b18d9
ceph: sync header defs with server code
by Sage Weil
· 14 years ago
5cd068c
ceph: clean up header guards
by Sage Weil
· 14 years ago
9688f19
ceph: strip misleading/obsolete version, feature info
by Sage Weil
· 14 years ago
6a25938
ceph: specify supported features in super.h
by Sage Weil
· 14 years ago
c309f0a
ceph: clean up fsid mount option
by Sage Weil
· 14 years ago
e0f9f9e
ceph: remove unused 'monport' mount option
by Sage Weil
· 14 years ago
e55b71f
ceph: handle ESTALE properly; on receipt send to authority if it wasn't
by Greg Farnum
· 14 years ago
2bc5025
ceph: add ceph_get_cap_for_mds function.
by Greg Farnum
· 14 years ago
154f42c
ceph: connect to export targets on cap export
by Sage Weil
· 14 years ago
cb170a2
ceph: connect to export targets if mds is laggy
by Sage Weil
· 14 years ago
ed0552a
ceph: introduce helper to connect to mds export targets
by Sage Weil
· 14 years ago
796d695
ceph: only set num_pages in calc_layout
by Sage Weil
· 14 years ago
3715166
ceph: do caps accounting per mds_client
by Yehuda Sadeh
· 14 years ago
0deb01c
ceph: track laggy state of mds from mdsmap
by Sage Weil
· 14 years ago
cd84db6
ceph: code cleanup
by Yehuda Sadeh
· 14 years ago
ca81f3f
ceph: skip if no auth cap in flush_snaps
by Sage Weil
· 14 years ago
3b454c4
ceph: simplify caps revocation, fix for multimds
by Sage Weil
· 14 years ago
38e8883e
ceph: simplify add_cap_releases
by Sage Weil
· 14 years ago
ee6b272
ceph: drop unused argument
by Sage Weil
· 14 years ago
2962507
ceph: perform lazy reads when file mode and caps permit
by Sage Weil
· 14 years ago
33caad3
ceph: perform lazy writes when file mode and caps permit
by Sage Weil
· 14 years ago
8c6e922
ceph: add LAZYIO ioctl to mark a file description for lazy consistency
by Sage Weil
· 15 years ago
84d9509
ceph: request FILE_LAZYIO cap when LAZY file mode is set
by Sage Weil
· 14 years ago
03066f2
ceph: use complete_all and wake_up_all
by Yehuda Sadeh
· 14 years ago
25848b3
ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"
by Robert P. J. Day
· 14 years ago
1dadcce
ceph: fix dentry lease release
by Sage Weil
· 14 years ago
8c69673
ceph: fix leak of dentry in ceph_init_dentry() error path
by Sage Weil
· 14 years ago
bc4fdca
ceph: fix pg_mapping leak on pg_temp updates
by Sage Weil
· 14 years ago
252af52
ceph: fix d_release dop for snapdir, snapped dentries
by Sage Weil
· 14 years ago
a0dff78
ceph: avoid dcache readdir for snapdir
by Sage Weil
· 14 years ago
e979cf5
ceph: do not include cap/dentry releases in replayed messages
by Sage Weil
· 14 years ago
01a92f1
ceph: reuse request message when replaying against recovering mds
by Sage Weil
· 14 years ago
f91d347
ceph: fix creation of ipv6 sockets
by Sage Weil
· 14 years ago
39139f6
ceph: fix parsing of ipv6 addresses
by Sage Weil
· 14 years ago
d06dbaf
ceph: fix printing of ipv6 addrs
by Sage Weil
· 14 years ago
b0bbb0b
ceph: add kfree() to error path
by Dan Carpenter
· 14 years ago
Next »