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
2006-04-11
[PATCH] select() warning fixes
Andrew Morton
1
-7
/
+7
2006-04-11
[XFS] Fix a problem in aligning inode allocations to stripe unit
Nathan Scott
1
-7
/
+8
2006-04-11
[XFS] Fix utime(2) in the case that no times parameter was passed in.
Nathan Scott
1
-2
/
+1
2006-04-11
[XFS] Fix an inode use-after-free durin an unpin. When reclaiming inodes
David Chinner
1
-7
/
+20
2006-04-11
[XFS] Fix inode reclaim scalability regression. When a filesystem has
David Chinner
2
-17
/
+13
2006-04-11
[XFS] Fix a writepage regression where we accidentally stopped honouring
Nathan Scott
1
-9
/
+9
2006-04-11
[XFS] Fix superblock validation regression for the zero imaxpct case.
Nathan Scott
1
-1
/
+1
2006-04-11
Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2
Linus Torvalds
5
-36
/
+101
2006-04-11
[PATCH] de_thread: Don't confuse users do_each_thread.
Eric W. Biederman
1
-1
/
+6
2006-04-10
[PATCH] CONFIGFS_FS must depend on SYSFS
Adrian Bunk
1
-1
/
+1
2006-04-10
[PATCH] Bogus NULL pointer check in fs/configfs/dir.c
Eric Sesterhenn
1
-1
/
+1
2006-04-08
ocfs2: Better I/O error handling in heartbeat
Mark Fasheh
1
-8
/
+32
2006-04-08
ocfs2: test and set teardown flag early in user_dlm_destroy_lock()
Mark Fasheh
1
-3
/
+14
2006-04-08
ocfs2: Handle the DLM_CANCELGRANT case in user_unlock_ast()
Mark Fasheh
1
-12
/
+22
2006-04-08
ocfs2: catch an invalid ast case in dlmfs
Mark Fasheh
1
-0
/
+4
2006-04-08
ocfs2: remove an overly aggressive BUG() in dlmfs
Mark Fasheh
1
-4
/
+17
2006-04-08
ocfs2: multi node truncate fix
Mark Fasheh
1
-8
/
+11
2006-04-03
Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-40
/
+141
2006-04-03
[PATCH] splice: fix page stealing LRU handling.
Jens Axboe
2
-19
/
+14
2006-04-03
[PATCH] splice: page stealing needs to wait_on_page_writeback()
Jens Axboe
1
-0
/
+9
2006-04-03
[PATCH] splice: export generic_splice_sendpage
Jens Axboe
1
-2
/
+5
2006-04-03
[PATCH] splice: add a SPLICE_F_MORE flag
Jens Axboe
1
-2
/
+3
2006-04-03
[PATCH] splice: add comments documenting more of the code
Jens Axboe
1
-4
/
+66
2006-04-03
[PATCH] splice: improve writeback and clean up page stealing
Jens Axboe
2
-17
/
+48
2006-04-03
[PATCH] splice: fix shadow[] filling logic
Jens Axboe
1
-3
/
+3
2006-04-03
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
Linus Torvalds
17
-163
/
+309
2006-04-03
[PATCH] sysfs: zero terminate sysfs write buffers
Greg Kroah-Hartman
1
-1
/
+1
2006-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
14
-48
/
+25
2006-04-02
splice: add SPLICE_F_NONBLOCK flag
Linus Torvalds
1
-4
/
+21
2006-04-02
Documentation: fix minor kernel-doc warnings
Martin Waitz
1
-1
/
+1
2006-04-02
BUG_ON() Conversion in fs/freevxfs/
Eric Sesterhenn
1
-6
/
+3
2006-04-02
BUG_ON() Conversion in fs/udf/
Eric Sesterhenn
1
-4
/
+2
2006-04-02
BUG_ON() Conversion in fs/sysv/
Eric Sesterhenn
1
-4
/
+2
2006-04-02
BUG_ON() Conversion in fs/inode.c
Eric Sesterhenn
1
-10
/
+5
2006-04-02
BUG_ON() Conversion in fs/fcntl.c
Eric Sesterhenn
1
-2
/
+1
2006-04-02
BUG_ON() Conversion in fs/dquot.c
Eric Sesterhenn
1
-4
/
+2
2006-04-02
Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Adrian Bunk
20
-156
/
+524
2006-04-01
Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
20
-156
/
+524
2006-04-01
BUG_ON() Conversion in fs/sysfs/
Eric Sesterhenn
1
-2
/
+1
2006-04-01
BUG_ON() Conversion in fs/smbfs/
Eric Sesterhenn
1
-4
/
+2
2006-04-01
BUG_ON() Conversion in fs/jffs2/
Eric Sesterhenn
1
-2
/
+1
2006-04-01
BUG_ON() Conversion in fs/hfsplus/
Eric Sesterhenn
2
-6
/
+3
2006-04-01
BUG_ON() Conversion in fs/exec.c
Eric Sesterhenn
1
-1
/
+1
2006-04-01
BUG_ON() Conversion in fs/direct-io.c
Eric Sesterhenn
1
-2
/
+1
2006-04-01
[CIFS] Fix typo in earlier cifs_unlink change and protect one
Steve French
1
-5
/
+7
2006-04-01
[CIFS] Incorrect signature sent on SMB Read
Steve French
1
-13
/
+23
2006-04-01
[PATCH] avoid unaligned access when accessing poll stack
Jes Sorensen
1
-3
/
+5
2006-04-01
[PATCH] fs/namei.c: make lookup_hash() static
Adrian Bunk
1
-2
/
+1
2006-04-01
[PATCH] dcache: Add helper d_hash_and_lookup
Eric W. Biederman
1
-16
/
+28
2006-04-01
[PATCH] cleanup in proc_check_chroot()
Herbert Poetzl
1
-5
/
+8
[next]