index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuse: fix fallocate vs. ftruncate race
Maxim Patlasov
2013-09-18
1
-0
/
+7
*
fuse: wait for writeback in fuse_file_fallocate()
Maxim Patlasov
2013-09-18
1
-6
/
+10
*
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2013-09-16
1
-5
/
+10
|
\
|
*
cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscache
Sachin Prabhu
2013-09-13
1
-3
/
+7
|
*
cifs: Do not take a reference to the page in cifs_readpage_worker()
Sachin Prabhu
2013-09-13
1
-2
/
+3
*
|
Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2013-09-16
1
-3
/
+4
|
\
\
|
*
|
UBIFS: remove invalid warn msg with tst_recovery enabled
Mats Kärrman
2013-08-16
1
-3
/
+4
*
|
|
vfs: fix typo in comment in recent dentry work
Linus Torvalds
2013-09-15
1
-1
/
+1
*
|
|
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-09-13
2
-4
/
+6
|
\
\
\
|
*
|
|
writeback: Do not sort b_io list only because of block device inode
Jan Kara
2013-07-09
2
-4
/
+6
*
|
|
|
vfs: fix dentry LRU list handling and nr_dentry_unused accounting
Linus Torvalds
2013-09-13
1
-27
/
+101
|
|
_
|
/
|
/
|
|
*
|
|
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
2013-09-13
7
-269
/
+537
|
\
\
\
|
*
|
|
aio: rcu_read_lock protection for new rcu_dereference calls
Artem Savkov
2013-09-09
1
-0
/
+6
|
*
|
|
aio: fix race in ring buffer page lookup introduced by page migration support
Benjamin LaHaise
2013-09-09
1
-3
/
+12
|
*
|
|
aio: fix rcu sparse warnings introduced by ioctx table lookup patch
Benjamin LaHaise
2013-08-30
1
-3
/
+3
|
*
|
|
aio: remove unnecessary debugging from aio_free_ring()
Benjamin LaHaise
2013-08-30
1
-5
/
+0
|
*
|
|
aio: table lookup: verify ctx pointer
Benjamin LaHaise
2013-08-07
1
-1
/
+1
|
*
|
|
aio: fix error handling and rcu usage in "convert the ioctx list to table loo...
Benjamin LaHaise
2013-08-05
1
-8
/
+9
|
*
|
|
aio: be defensive to ensure request batching is non-zero instead of BUG_ON()
Benjamin LaHaise
2013-07-31
1
-1
/
+2
|
*
|
|
aio: convert the ioctx list to table lookup v3
Benjamin LaHaise
2013-07-30
1
-22
/
+114
|
*
|
|
aio: double aio_max_nr in calculations
Benjamin LaHaise
2013-07-30
1
-2
/
+2
|
*
|
|
aio: Kill ki_dtor
Kent Overstreet
2013-07-30
1
-2
/
+0
|
*
|
|
aio: Kill ki_users
Kent Overstreet
2013-07-30
1
-35
/
+12
|
*
|
|
aio: Kill unneeded kiocb members
Kent Overstreet
2013-07-30
1
-29
/
+40
|
*
|
|
aio: Kill aio_rw_vect_retry()
Kent Overstreet
2013-07-30
6
-82
/
+23
|
*
|
|
aio: Don't use ctx->tail unnecessarily
Kent Overstreet
2013-07-30
1
-19
/
+23
|
*
|
|
aio: io_cancel() no longer returns the io_event
Kent Overstreet
2013-07-30
1
-30
/
+10
|
*
|
|
aio: percpu ioctx refcount
Kent Overstreet
2013-07-30
1
-39
/
+27
|
*
|
|
aio: percpu reqs_available
Kent Overstreet
2013-07-30
1
-7
/
+99
|
*
|
|
aio: reqs_active -> reqs_available
Kent Overstreet
2013-07-30
1
-16
/
+22
|
*
|
|
aio: fix build when migration is disabled
Benjamin LaHaise
2013-07-17
1
-0
/
+4
|
*
|
|
fs/aio: Add support to aio ring pages migration
Gu Zheng
2013-07-16
1
-11
/
+108
|
*
|
|
fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()
Gu Zheng
2013-07-16
1
-0
/
+66
*
|
|
|
Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2013-09-12
25
-166
/
+461
|
\
\
\
\
|
*
|
|
|
xfs: remove dead code from xlog_recover_inode_pass2
Mark Tinguely
2013-09-12
1
-3
/
+0
|
*
|
|
|
xfs: = vs == typo in ASSERT()
Dan Carpenter
2013-09-12
1
-2
/
+2
|
*
|
|
|
xfs: don't assert fail on bad inode numbers
Dave Chinner
2013-09-10
1
-5
/
+3
|
*
|
|
|
xfs: aborted buf items can be in the AIL.
Dave Chinner
2013-09-10
1
-5
/
+19
|
*
|
|
|
xfs: factor all the kmalloc-or-vmalloc fallback allocations
Dave Chinner
2013-09-10
7
-78
/
+43
|
*
|
|
|
xfs: fix memory allocation failures with ACLs
Dave Chinner
2013-09-10
1
-10
/
+22
|
*
|
|
|
xfs: ensure we copy buffer type in da btree root splits
Dave Chinner
2013-09-10
1
-0
/
+1
|
*
|
|
|
xfs: set remote symlink buffer type for recovery
Dave Chinner
2013-09-10
1
-0
/
+2
|
*
|
|
|
xfs: recovery of swap extents operations for CRC filesystems
Dave Chinner
2013-09-10
11
-67
/
+171
|
*
|
|
|
xfs: swap extents operations for CRC filesystems
Dave Chinner
2013-09-10
6
-39
/
+231
|
*
|
|
|
xfs: check magic numbers in dir3 leaf verifier first
Dave Chinner
2013-09-09
1
-7
/
+13
|
*
|
|
|
xfs: fix some minor sparse warnings
Dave Chinner
2013-09-09
6
-7
/
+11
|
*
|
|
|
xfs: fix endian warning in xlog_recover_get_buf_lsn()
Dave Chinner
2013-09-09
1
-1
/
+1
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2013-09-12
27
-42
/
+28
|
\
\
\
\
\
|
*
|
|
|
|
thp: account anon transparent huge pages into NR_ANON_PAGES
Kirill A. Shutemov
2013-09-12
1
-6
/
+0
|
*
|
|
|
|
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-09-12
26
-36
/
+28
[next]