Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
ebb37277796269da36a8bc5d72ed1e8e1fb7d34b
/
fs
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
5af43c2
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
41ef4eb
aio: kill ki_retry
by Kent Overstreet
· 12 years ago
8a66089
aio: kill ki_key
by Kent Overstreet
· 12 years ago
4e23bca
aio: give shared kioctx fields their own cachelines
by Kent Overstreet
· 12 years ago
58c85dc
aio: kill struct aio_ring_info
by Kent Overstreet
· 12 years ago
a1c8eae
aio: kill batch allocation
by Kent Overstreet
· 12 years ago
3e845ce
aio: change reqs_active to include unreaped completions
by Kent Overstreet
· 12 years ago
0460fef
aio: use cancellation list lazily
by Kent Overstreet
· 12 years ago
21b4020
aio: use flush_dcache_page()
by Kent Overstreet
· 12 years ago
a31ad38
aio: make aio_read_evt() more efficient, convert to hrtimers
by Kent Overstreet
· 12 years ago
36f5588
aio: refcounting cleanup
by Kent Overstreet
· 12 years ago
11599eb
aio: make aio_put_req() lockless
by Kent Overstreet
· 12 years ago
1d98ebf
aio: do fget() after aio_get_req()
by Kent Overstreet
· 12 years ago
caf4167
aio: dprintk() -> pr_debug()
by Kent Overstreet
· 12 years ago
4e179bc
aio: move private stuff out of aio.h
by Kent Overstreet
· 12 years ago
906b973
aio: add kiocb_cancel()
by Kent Overstreet
· 12 years ago
2d68449
aio: kill return value of aio_complete()
by Kent Overstreet
· 12 years ago
41003a7
aio: remove retry-based AIO
by Zach Brown
· 12 years ago
af73e4d
hugetlbfs: fix mmap failure in unaligned size request
by Naoya Horiguchi
· 12 years ago
292088e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
a26ea93
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 12 years ago
0f47c94
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
by Linus Torvalds
· 12 years ago
69df2ac
Merge branch 'slab/next' into slab/for-linus
by Pekka Enberg
· 12 years ago
4385bab
make blkdev_put() return void
by Al Viro
· 12 years ago
db2a144
block_device_operations->release() should return void
by Al Viro
· 12 years ago
91f8575
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
2e378f3
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
ce8a5db
autofs - remove autofs dentry mount check
by David Jeffery
· 12 years ago
9548298
autofs - fix sparse warning for autofs4_d_manage()
by Claudiu Ghioc
· 12 years ago
1950267
hfs: SMP race on directory close()
by Al Viro
· 12 years ago
b13ce4b
cifs: small variable name cleanup
by Dan Carpenter
· 12 years ago
efb79f2
CIFS: fix error return code in cifs_atomic_open()
by Wei Yongjun
· 12 years ago
0124cc4
cifs: store the real expected sequence number in the mid
by Jeff Layton
· 12 years ago
ad313cb
cifs: on send failure, readjust server sequence number downward
by Jeff Layton
· 12 years ago
ce6c44e
cifs: remove ENOSPC handling in smb_sendv
by Jeff Layton
· 12 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
f7f7c18
fs: cifs: use kmemdup instead of kmalloc + memcpy
by Silviu-Mihai Popescu
· 12 years ago
d455b72
cifs: replaced kmalloc + memset with kzalloc
by Dia Vasile
· 12 years ago
73a999f
cifs: ignore the unc= and prefixpath= mount options
by Jeff Layton
· 12 years ago
bd932ae
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
371fdab
hostfs: use kmalloc instead of kzalloc
by James Hogan
· 12 years ago
2b3b9bb
hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>
by James Hogan
· 12 years ago
9dcc5e8
hostfs: remove "will unlock" comment
by James Hogan
· 12 years ago
9ed53b1
vfs: use list_move instead of list_del/list_add
by Wei Yongjun
· 12 years ago
75fc0cf
proc_devtree: Replace include linux/module.h with linux/export.h
by Syam Sidhardhan
· 12 years ago
b1983cd
create_mnt_ns: unidiomatic use of list_add()
by Al Viro
· 12 years ago
61572bb
fs: remove dentry_lru_prune()
by Yan, Zheng
· 12 years ago
6b13eb1
Removed unused typedef to avoid "unused local typedef" warnings.
by Han Shen
· 12 years ago
c0bd14af
kill fs/read_write.h
by Al Viro
· 12 years ago
e86d35c
do_coredump(): don't wait for thaw if coredump has already been interrupted
by Al Viro
· 12 years ago
0d5cadb
do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks")
by Al Viro
· 12 years ago
1db7722
Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
8665218
Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 12 years ago
14a9e5c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
00fdffb5
Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstore
by Linus Torvalds
· 12 years ago
fb1c2d8
Merge branch 'for_next' into for_linus
by Jan Kara
· 12 years ago
c8d8566
Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
5a148af
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
812164f8
ceph: use ceph_create_snap_context()
by Alex Elder
· 12 years ago
406e2c9
libceph: kill off osd data write_request parameters
by Alex Elder
· 12 years ago
ac7f29b
ceph: fix printk format warnings in file.c
by Randy Dunlap
· 12 years ago
1ac0fc8
ceph: fix race between writepages and truncate
by Yan, Zheng
· 12 years ago
03d254e
ceph: apply write checks in ceph_aio_write
by Yan, Zheng
· 12 years ago
37505d5
ceph: take i_mutex before getting Fw cap
by Yan, Zheng
· 12 years ago
26be880
libceph: change how "safe" callback is used
by Alex Elder
· 12 years ago
7d7d51c
ceph: let osd client clean up for interrupted request
by Alex Elder
· 12 years ago
0b93267
ceph: fix symlink inode operations
by Yan, Zheng
· 12 years ago
a84cd29
ceph: Use pseudo-random numbers to choose mds
by Sam Lang
· 12 years ago
90af360
libceph: add, don't set data for a message
by Alex Elder
· 12 years ago
a4ce40a
libceph: combine initializing and setting osd data
by Alex Elder
· 12 years ago
c99d2d4
libceph: specify osd op by index in request
by Alex Elder
· 12 years ago
8c042b0
libceph: add data pointers in osd op structures
by Alex Elder
· 12 years ago
7952873
libceph: keep source rather than message osd op array
by Alex Elder
· 12 years ago
87060c1
libceph: a few more osd data cleanups
by Alex Elder
· 12 years ago
43bfe5d
libceph: define osd data initialization helpers
by Alex Elder
· 12 years ago
e5975c7
ceph: build osd request message later for writepages
by Alex Elder
· 12 years ago
02ee07d
libceph: hold off building osd request
by Alex Elder
· 12 years ago
8848695
ceph: kill ceph alloc_page_vec()
by Alex Elder
· 12 years ago
94fe842
ceph: define ceph_writepages_osd_request()
by Alex Elder
· 12 years ago
acead00
libceph: don't build request in ceph_osdc_new_request()
by Alex Elder
· 12 years ago
25d71cb
ceph: use page_offset() in ceph_writepages_start()
by Alex Elder
· 12 years ago
3bf5333
ceph: set up page array mempool with correct size
by Alex Elder
· 12 years ago
27859f9
libceph: wrap auth ops in wrapper functions
by Sage Weil
· 12 years ago
0bed9b5
libceph: add update_authorizer auth method
by Sage Weil
· 12 years ago
022f3e2
ceph: fix buffer pointer advance in ceph_sync_write
by Henry C Chang
· 12 years ago
2f276c5
ceph: use i_release_count to indicate dir's completeness
by Yan, Zheng
· 12 years ago
ebf18f4
ceph: only set message data pointers if non-empty
by Alex Elder
· 12 years ago
27fa838
libceph: isolate other message data fields
by Alex Elder
· 12 years ago
f1baeb2
libceph: set page info with byte length
by Alex Elder
· 12 years ago
02afca6
libceph: isolate message page field manipulation
by Alex Elder
· 12 years ago
e0c5948
libceph: record byte count not page count
by Alex Elder
· 12 years ago
0fff87e
libceph: separate read and write data
by Alex Elder
· 12 years ago
2ac2b7a
libceph: distinguish page and bio requests
by Alex Elder
· 12 years ago
2794a82
libceph: separate osd request data info
by Alex Elder
· 12 years ago
153e516
libceph: don't assign page info in ceph_osdc_new_request()
by Alex Elder
· 12 years ago
3a42b6c
ceph: simplify ceph_sync_write() page_align calculation
by Alex Elder
· 12 years ago
cf7b7e14
ceph: use calc_pages_for() in start_read()
by Alex Elder
· 12 years ago
54ae075
libceph: no need for alignment for mds message
by Alex Elder
· 12 years ago
Next »