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-03-28
Remove all #inclusions of asm/system.h
David Howells
23
-23
/
+0
2012-03-28
Add #includes needed to permit the removal of asm/system.h
David Howells
3
-0
/
+3
2012-03-23
Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+2
2012-03-23
vfs: tidy up sparse warnings in fs/namei.c
Linus Torvalds
1
-3
/
+3
2012-03-23
vfs: tidy up fs/namei.c byte-repeat word constants
Linus Torvalds
1
-9
/
+4
2012-03-23
fs: fix kernel-doc warnings in dcache.c
Randy Dunlap
1
-1
/
+1
2012-03-23
Fix full_name_hash() behaviour when length is a multiple of 8
Al Viro
1
-1
/
+1
2012-03-22
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
9
-191
/
+432
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+23
2012-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
19
-245
/
+804
2012-03-22
hugetlbfs: return error code when initializing module
Hillf Danton
1
-2
/
+3
2012-03-22
hugetlbfs: fix alignment of huge page requests
Steven Truelove
1
-5
/
+9
2012-03-22
mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warning
David Rientjes
1
-1
/
+5
2012-03-22
mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()
David Rientjes
1
-1
/
+1
2012-03-22
hugepages: fix use after free bug in "quota" handling
David Gibson
1
-33
/
+21
2012-03-22
hugetlb: cleanup hugetlb.h
David Gibson
1
-0
/
+19
2012-03-22
hugetlbfs: avoid taking i_mutex from hugetlbfs_read()
Aneesh Kumar K.V
1
-16
/
+9
2012-03-22
procfs: mark thread stack correctly in proc/<pid>/maps
Siddhesh Poyarekar
4
-61
/
+239
2012-03-22
pagemap: introduce data structure for pagemap entry
Naoya Horiguchi
1
-31
/
+38
2012-03-22
pagemap: export KPF_THP
Naoya Horiguchi
1
-0
/
+2
2012-03-22
thp: optimize away unnecessary page table locking
Naoya Horiguchi
1
-48
/
+25
2012-03-22
pagemap: avoid splitting thp when reading /proc/pid/pagemap
Naoya Horiguchi
1
-4
/
+48
2012-03-22
hugetlbfs: fix hugetlb_get_unmapped_area()
Xiao Guangrong
1
-4
/
+11
2012-03-22
seq_file: fix mishandling of consecutive pread() invocations.
Earl Chew
1
-13
/
+15
2012-03-22
fs/namei.c: fix warnings on 32-bit
Andrew Morton
1
-0
/
+6
2012-03-22
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
1
-0
/
+9
2012-03-22
Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
4
-5
/
+25
2012-03-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
144
-881
/
+5012
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
6
-0
/
+7
2012-03-21
Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-0
/
+4
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
53
-320
/
+317
2012-03-21
dlm: last element of dlm_local_addr[] never used
David Teigland
1
-1
/
+1
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
8
-11
/
+10
2012-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-15
/
+9
2012-03-21
ext4: initialization of ext4_li_mtx needs to be done earlier
Al Viro
1
-2
/
+3
2012-03-21
debugfs-related mode_t whack-a-mole
Al Viro
2
-2
/
+2
2012-03-21
hfsplus: add an ioctl to bless files
Matthew Garrett
2
-0
/
+39
2012-03-21
hfsplus: change finder_info to u32
Matthew Garrett
1
-1
/
+1
2012-03-21
hfsplus: initialise userflags
Matthew Garrett
1
-0
/
+2
2012-03-21
qnx4: new helper - try_extent()
Al Viro
1
-8
/
+15
2012-03-21
qnx4: get rid of qnx4_bread/qnx4_getblk
Al Viro
3
-36
/
+3
2012-03-21
take removal of PF_FORKNOEXEC to flush_old_exec()
Al Viro
6
-9
/
+1
2012-03-21
trim includes in inode.c
Al Viro
1
-11
/
+1
2012-03-21
ocfs2: fix leaks on failure exits in module_init
Al Viro
1
-19
/
+21
2012-03-21
ecryptfs: make register_filesystem() the last potential failure exit
Al Viro
1
-8
/
+8
2012-03-21
ntfs: forgets to unregister sysctls on register_filesystem() failure
Al Viro
1
-0
/
+2
2012-03-21
logfs: missing cleanup on register_filesystem() failure
Al Viro
1
-1
/
+4
2012-03-21
jfs: mising cleanup on register_filesystem() failure
Al Viro
1
-1
/
+7
2012-03-21
make configfs_pin_fs() return root dentry on success
Al Viro
3
-13
/
+11
2012-03-21
configfs: configfs_create_dir() has parent dentry in dentry->d_parent
Al Viro
1
-15
/
+5
[next]