Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
6b8051855d983db8480ff1ea1b02ef2b49203c22
/
fs
6b80518
ceph: allocate and parse mount args before client instance
by Sage Weil
· 15 years ago
e53c2fe
ceph: fix, clean up string mount arg parsing
by Sage Weil
· 15 years ago
6ca874e
ceph: silence uninitialized variable warning
by Sage Weil
· 15 years ago
7b813c46
ceph: reduce parse_mount_args stack usage
by Sage Weil
· 15 years ago
ecb19c4
ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriate
by Sage Weil
· 15 years ago
232d4b0
ceph: move directory size logic to ceph_getattr
by Sage Weil
· 15 years ago
bb097ff
ceph: v0.17 of client
by Sage Weil
· 15 years ago
ee7fdfa
ceph: include preferred osd in placement seed
by Sage Weil
· 15 years ago
8fa9765
ceph: enable readahead
by Sage Weil
· 15 years ago
76e3b39
ceph: move dirty caps code around
by Sage Weil
· 15 years ago
8f3bc05
ceph: warn on allocation from msgpool with larger front_len
by Sage Weil
· 15 years ago
07bd10f
ceph: correct subscribe_ack msgpool payload size
by Sage Weil
· 15 years ago
afcdaea
ceph: flush dirty caps via the cap_dirty list
by Sage Weil
· 15 years ago
cdc35f9
ceph: move generic flushing code into helper
by Sage Weil
· 15 years ago
f2cf418
ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_super
by Sage Weil
· 15 years ago
c89136e
ceph: convert encode/decode macros to inlines
by Sage Weil
· 15 years ago
535bbb5
ceph: add version field to message header
by Sage Weil
· 15 years ago
5720330
ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAP
by Sage Weil
· 15 years ago
8fc57da4
ceph: ignore trailing data in monamp
by Sage Weil
· 15 years ago
752727a
ceph: add file layout validation
by Sage Weil
· 15 years ago
13e38c8
ceph: update to mon client protocol v15
by Sage Weil
· 15 years ago
266673d
ceph: cancel osd requests before resending them
by Sage Weil
· 15 years ago
81b024e
ceph: reset osd session on fault, not peer_reset
by Sage Weil
· 15 years ago
991abb6
ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)
by Sage Weil
· 15 years ago
0ba6478
ceph: revoke osd request message on request completion
by Sage Weil
· 15 years ago
c1ea882
ceph: fix osd request submission race
by Sage Weil
· 15 years ago
0656d11
ceph: renew mon subscription before it expires
by Sage Weil
· 15 years ago
e251e28
ceph: fix mdsmap decoding when multiple mds's are present
by Sage Weil
· 15 years ago
b28813a
ceph: gracefully avoid empty crush buckets
by Sage Weil
· 15 years ago
b195bef
ceph: include preferred_osd in file layout virtual xattr
by Sage Weil
· 15 years ago
fa0b72e
ceph: show meaningful version on module load
by Sage Weil
· 15 years ago
e324b8f
ceph: document shared files in README
by Sage Weil
· 15 years ago
9030aaf
ceph: Kconfig, Makefile
by Sage Weil
· 15 years ago
76aa844
ceph: debugfs
by Sage Weil
· 15 years ago
8f4e91d
ceph: ioctls
by Sage Weil
· 15 years ago
a8e63b7
ceph: nfs re-export support
by Sage Weil
· 15 years ago
8fc91fd
ceph: message pools
by Sage Weil
· 15 years ago
31b8006
ceph: messenger library
by Sage Weil
· 15 years ago
963b61e
ceph: snapshot management
by Sage Weil
· 15 years ago
a8599bd
ceph: capability management
by Sage Weil
· 15 years ago
ba75bb9
ceph: monitor client
by Sage Weil
· 15 years ago
5ecc0a0
ceph: CRUSH mapping algorithm
by Sage Weil
· 15 years ago
f24e998
ceph: OSD client
by Sage Weil
· 15 years ago
2f2dc05
ceph: MDS client
by Sage Weil
· 15 years ago
1d3576f
ceph: address space operations
by Sage Weil
· 15 years ago
124e68e
ceph: file operations
by Sage Weil
· 15 years ago
2817b00
ceph: directory operations
by Sage Weil
· 15 years ago
355da1e
ceph: inode operations
by Sage Weil
· 15 years ago
16725b9
ceph: super.c
by Sage Weil
· 15 years ago
c30dbb9
ceph: ref counted buffer
by Sage Weil
· 15 years ago
de57606
ceph: client types
by Sage Weil
· 15 years ago
0dee3c2
ceph: on-wire types
by Sage Weil
· 15 years ago
f0f37e2f
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
bfebb14
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
07e2e6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
a72bfd4
writeback: pass in super_block to bdi_start_writeback()
by Jens Axboe
· 15 years ago
3321b79
cifs: fix locking and list handling code in cifs_open and its helper
by Jeff Layton
· 15 years ago
6d7f18f
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
56a131d
writeback: writeback_inodes_sb() should use bdi_start_writeback()
by Jens Axboe
· 15 years ago
b3af946
writeback: don't delay inodes redirtied by a fast dirtier
by Wu Fengguang
· 15 years ago
9ecc273
writeback: make the super_block pinning more efficient
by Jens Axboe
· 15 years ago
cf13730
writeback: don't resort for a single super_block in move_expired_inodes()
by Jens Axboe
· 15 years ago
5c03449
writeback: move inodes from one super_block together
by Shaohua Li
· 15 years ago
5b0830c
writeback: get rid to incorrect references to pdflush in comments
by Jens Axboe
· 15 years ago
71fd05a
writeback: improve readability of the wb_writeback() continue/break logic
by Jens Axboe
· 15 years ago
ae1b7f7
writeback: cleanup writeback_single_inode()
by Wu Fengguang
· 15 years ago
7fbdea3
writeback: kupdate writeback shall not stop when more io is possible
by Wu Fengguang
· 15 years ago
d3ddec7
writeback: stop background writeback when below background threshold
by Wu Fengguang
· 15 years ago
a5989bd
fs: Fix busyloop in wb_writeback()
by Jan Kara
· 15 years ago
15dd478
[CIFS] Remove build warning
by Steve French
· 15 years ago
5d2c0e2
cifs: fix problems with last two commits
by Jeff Layton
· 15 years ago
0f59e61
[CIFS] Fix build break when keys support turned off
by Steve French
· 15 years ago
c44972f
procfs: disable per-task stack usage on NOMMU
by Andrew Morton
· 15 years ago
b9b9df6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 15 years ago
086f68b
cifs: eliminate cifs_init_private
by Jeff Layton
· 15 years ago
36dd2fd
nfs[23] tcp breakage in mount with binary options
by Al Viro
· 15 years ago
3bc303c
cifs: convert oplock breaks to use slow_work facility (try #4)
by Jeff Layton
· 15 years ago
7ca263cd
Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 15 years ago
dc2af6a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
6c5daf0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
801460d
task_struct cleanup: move binfmt field to mm_struct
by Hiroshi Shimamoto
· 15 years ago
a21f3c2
fs/romfs: correct error-handling code
by Julia Lawall
· 15 years ago
3886de9
adfs: remove redundant test on unsigned
by Roel Kluin
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
dd5d81f
fs/char_dev.c: remove useless loop
by Renzo Davoli
· 15 years ago
0b8c78f
flat: use IS_ERR_VALUE() helper macro
by Mike Frysinger
· 15 years ago
8e8b63a
fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size
by David Howells
· 15 years ago
0cf062d
elf: clean up fill_note_info()
by Amerigo Wang
· 15 years ago
ba0a6c9
fcntl: add F_[SG]ETOWN_EX
by Peter Zijlstra
· 15 years ago
06f1631
signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission()
by Oleg Nesterov
· 15 years ago
964ee7d
exec: fix set_binfmt() vs sys_delete_module() race
by Oleg Nesterov
· 15 years ago
61be228
exec: allow do_coredump() to wait for user space pipe readers to complete
by Neil Horman
· 15 years ago
a293980
exec: let do_coredump() limit the number of concurrent dumps to pipes
by Neil Horman
· 15 years ago
725eae3
exec: make do_coredump() more resilient to recursive crashes
by Neil Horman
· 15 years ago
ef1ff6b
hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fix
by From: Mel Gorman
· 15 years ago
54bcf38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus
by Chris Mason
· 15 years ago
c65ddb5
Btrfs: hash the btree inode during fill_super
by Yan Zheng
· 15 years ago
0257bb8
Btrfs: relocate file extents in clusters
by Yan, Zheng
· 15 years ago
f679a84
Btrfs: don't rename file into dummy directory
by Yan, Zheng
· 15 years ago
Next »