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
*
sysfs: cosmetic clean up on node creation failure paths
Tejun Heo
2007-07-18
3
-13
/
+18
*
sysfs: kill an extra put in sysfs_create_link() failure path
Tejun Heo
2007-07-18
1
-0
/
+2
*
sysfs: make sysfs_init_inode() static
Tejun Heo
2007-07-18
2
-2
/
+1
*
sysfs: fix sysfs root inode nlink accounting
Tejun Heo
2007-07-18
1
-5
/
+5
*
sysfs: avoid kmem_cache_free(NULL)
Akinobu Mita
2007-07-18
1
-6
/
+7
*
debugfs: remove rmdir() non-empty complaint
Jens Axboe
2007-07-18
1
-5
/
+0
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2007-07-18
14
-248
/
+1143
|
\
|
*
ext4: extent macros cleanup
Dmitry Monakhov
2007-07-18
1
-4
/
+9
|
*
Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.
Dmitry Monakhov
2007-07-18
1
-8
/
+10
|
*
ext4: remove extra IS_RDONLY() check
Dave Hansen
2007-07-18
1
-1
/
+1
|
*
ext4: Use is_power_of_2()
Vignesh Babu
2007-07-18
1
-1
/
+2
|
*
Use zero_user_page() in ext4 where possible
Eric Sandeen
2007-07-18
1
-9
/
+2
|
*
ext4: Remove 65000 subdirectory limit
Andreas Dilger
2007-07-18
1
-14
/
+46
|
*
ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields
Kalpak Shah
2007-07-18
3
-8
/
+346
|
*
ext4: Add nanosecond timestamps
Kalpak Shah
2007-07-18
6
-24
/
+56
|
*
jbd2: Move jbd2-debug file to debugfs
Jose R. Santos
2007-07-18
2
-45
/
+32
|
*
jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
Jose R. Santos
2007-07-18
4
-12
/
+12
|
*
ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devices
Jose R. Santos
2007-07-18
1
-0
/
+7
|
*
ext4: Make extents code sanely handle on-disk corruption
Alex Tomas
2007-07-18
1
-58
/
+86
|
*
ext4: copy i_flags to inode flags on write
Jan Kara
2007-07-18
2
-0
/
+21
|
*
ext4: Enable extents by default
Mingming Cao
2007-07-18
1
-1
/
+11
|
*
Change on-disk format to support 2^15 uninitialized extents
Amit Arora
2007-07-18
1
-3
/
+25
|
*
write support for preallocated blocks
Amit Arora
2007-07-17
1
-32
/
+222
|
*
fallocate support in ext4
Amit Arora
2007-07-17
2
-41
/
+209
|
*
sys_fallocate() implementation on i386, x86_64 and powerpc
Amit Arora
2007-07-17
1
-0
/
+59
*
|
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
2007-07-18
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
2007-07-17
1
-0
/
+2
|
\
|
*
9p: fix debug compilation error
Eric Van Hensbergen
2007-07-16
1
-0
/
+2
*
|
Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...
Linus Torvalds
2007-07-17
2
-2
/
+3
|
\
\
|
*
|
arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()
Jeff Garzik
2007-07-17
2
-2
/
+3
*
|
|
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
Satyam Sharma
2007-07-17
20
-29
/
+27
|
/
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...
Linus Torvalds
2007-07-17
1
-0
/
+1
|
\
\
|
*
|
KVM: Remove kvmfs in favor of the anonymous inodes source
Avi Kivity
2007-07-16
1
-0
/
+1
*
|
|
Couple fixes to fs/ecryptfs/inode.c
Mika Kukkonen
2007-07-17
1
-2
/
+2
*
|
|
knfsd: nfsd: enforce per-flavor id squashing
J. Bruce Fields
2007-07-17
1
-2
/
+16
*
|
|
knfsd: nfsd: allow auth_sys nlm on rpcsec_gss exports
J. Bruce Fields
2007-07-17
1
-4
/
+10
*
|
|
knfsd: nfsd4: secinfo handling without secinfo= option
J. Bruce Fields
2007-07-17
1
-3
/
+27
*
|
|
knfsd: nfsd4: implement secinfo
Andy Adamson
2007-07-17
2
-0
/
+103
*
|
|
knfsd: nfsd: display export secinfo information
J. Bruce Fields
2007-07-17
1
-0
/
+29
*
|
|
knfsd: nfsd: factor out code from show_expflags
J. Bruce Fields
2007-07-17
1
-8
/
+15
*
|
|
knfsd: nfsd4: make readonly access depend on pseudoflavor
J. Bruce Fields
2007-07-17
3
-8
/
+10
*
|
|
knfsd: nfsd4: return nfserr_wrongsec
Andy Adamson
2007-07-17
4
-0
/
+46
*
|
|
knfsd: nfsd: factor nfsd_lookup into 2 pieces
J. Bruce Fields
2007-07-17
1
-19
/
+36
*
|
|
knfsd: nfsd: use ip-address-based domain in secinfo case
J. Bruce Fields
2007-07-17
1
-9
/
+67
*
|
|
knfsd: nfsd: set rq_client to ip-address-determined-domain
J. Bruce Fields
2007-07-17
3
-8
/
+22
*
|
|
knfsd: nfsd: provide export lookup wrappers which take a svc_rqst
J. Bruce Fields
2007-07-17
3
-7
/
+31
*
|
|
knfsd: nfsd: remove superfluous assignment from nfsd_lookup
J. Bruce Fields
2007-07-17
1
-2
/
+0
*
|
|
knfsd: nfsd4: simplify exp_pseudoroot arguments
J. Bruce Fields
2007-07-17
3
-8
/
+6
*
|
|
knfsd: nfsd4: parse secinfo information in exports downcall
Andy Adamson
2007-07-17
1
-2
/
+54
*
|
|
knfsd: nfsd4: build rpcsec_gss whenever nfsd4 is built
J. Bruce Fields
2007-07-17
1
-0
/
+1
[next]