index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-12
writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()
Namjae Jeon
5
-15
/
+8
2012-12-08
vfs: fix O_DIRECT read past end of block device
Linus Torvalds
1
-1
/
+17
2012-12-05
vfs: clear to the end of the buffer on partial buffer reads
Dan Carpenter
1
-1
/
+1
2012-12-04
vfs: avoid "attempt to access beyond end of device" warnings
Linus Torvalds
1
-0
/
+52
2012-12-03
Merge branch 'block-dev'
Linus Torvalds
3
-190
/
+71
2012-12-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-10
/
+21
2012-12-01
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-5
/
+4
2012-11-30
fix off-by-one in argument passed by iterate_fd() to callbacks
Al Viro
1
-6
/
+8
2012-11-30
lookup_one_len: don't accept . and ..
Al Viro
1
-0
/
+5
2012-11-30
cifs: get rid of blind d_drop() in readdir
Al Viro
1
-1
/
+4
2012-11-30
nfs_lookup_revalidate(): fix a leak
Al Viro
1
-2
/
+2
2012-11-30
don't do blind d_drop() in nfs_prime_dcache()
Al Viro
1
-1
/
+2
2012-11-30
blkdev_max_block: make private to fs/buffer.c
Linus Torvalds
2
-55
/
+14
2012-11-30
direct-io: don't read inode->i_blkbits multiple times
Linus Torvalds
1
-3
/
+5
2012-11-29
blockdev: remove bd_block_size_semaphore again
Linus Torvalds
1
-101
/
+4
2012-11-29
fs/buffer.c: make block-size be per-page and protected by the page lock
Linus Torvalds
1
-31
/
+48
2012-11-28
CIFS: Fix wrong buffer pointer usage in smb_set_file_info
Pavel Shilovsky
1
-2
/
+1
2012-11-27
cifs: fix writeback race with file that is growing
Jeff Layton
1
-3
/
+3
2012-11-27
Merge branch 'akpm' (Fixes from Andrew)
Linus Torvalds
4
-4
/
+20
2012-11-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-0
/
+2
2012-11-27
writeback: put unused inodes to LRU after writeback completion
Jan Kara
3
-2
/
+17
2012-11-27
proc: check vma->vm_file before dereferencing
Stanislav Kinsbursky
1
-2
/
+3
2012-11-24
Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-18
/
+21
2012-11-23
jbd: Fix lock ordering bug in journal_unmap_buffer()
Jan Kara
1
-0
/
+2
2012-11-21
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
4
-19
/
+60
2012-11-20
ext3: Avoid underflow of in ext3_trim_fs()
Lukas Czerner
1
-2
/
+3
2012-11-20
reiserfs: Move quota calls out of write lock
Jan Kara
3
-7
/
+25
2012-11-20
reiserfs: Protect reiserfs_quota_write() with write lock
Jan Kara
1
-0
/
+4
2012-11-20
reiserfs: Protect reiserfs_quota_on() with write lock
Jan Kara
1
-3
/
+8
2012-11-20
reiserfs: Fix lock ordering during remount
Jan Kara
1
-7
/
+20
2012-11-18
fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()
Al Viro
1
-1
/
+2
2012-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2012-11-18
Merge tag 'for-linus-v3.7-rc7' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
3
-19
/
+69
2012-11-17
xfs: drop buffer io reference when a bad bio is built
Dave Chinner
1
-2
/
+12
2012-11-17
xfs: fix broken error handling in xfs_vm_writepage
Dave Chinner
1
-15
/
+39
2012-11-17
xfs: fix attr tree double split corruption
Dave Chinner
1
-2
/
+18
2012-11-16
mm, oom: reintroduce /proc/pid/oom_adj
David Rientjes
1
-0
/
+109
2012-11-15
Merge tag 'upstream-3.7-rc6' of git://git.infradead.org/linux-ubifs
Linus Torvalds
3
-2
/
+19
2012-11-15
pstore: Fix NULL pointer dereference in console writes
Colin Ian King
1
-1
/
+2
2012-11-12
kill bogus BUG_ON() in do_close_on_exec()
Al Viro
1
-1
/
+0
2012-11-10
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-30
/
+30
2012-11-09
jffs2: Fix lock acquisition order bug in jffs2_write_begin
Thomas Betker
1
-18
/
+21
2012-11-09
Merge branch 'akpm' (Fixes from Andrew)
Linus Torvalds
2
-35
/
+4
2012-11-09
Merge tag 'for-linus-v3.7-rc5' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
13
-63
/
+127
2012-11-09
fanotify: fix missing break
Eric Paris
1
-0
/
+1
2012-11-09
revert "epoll: support for disabling items, and a self-test app"
Andrew Morton
1
-35
/
+3
2012-11-08
xfs: fix reading of wrapped log data
Dave Chinner
1
-1
/
+1
2012-11-08
xfs: fix buffer shudown reference count mismatch
Dave Chinner
1
-0
/
+18
2012-11-08
xfs: don't vmap inode cluster buffers during free
Dave Chinner
1
-1
/
+2
2012-11-08
xfs: invalidate allocbt blocks moved to the free list
Dave Chinner
1
-0
/
+2
[next]