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
2005-09-08
[XFS] Fix modular XFS builds (Makefile botch).
Nathan Scott
2
-5
/
+5
2005-09-08
[XFS] Remove special Kconfig XFS menu, make XFS options "inline".
Nathan Scott
1
-24
/
+21
2005-09-08
[XFS] Cleanup some -Wundef flag warnings in the endian macros (thanks
Nathan Scott
6
-30
/
+32
2005-09-08
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Linus Torvalds
1
-45
/
+182
2005-09-08
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
Linus Torvalds
52
-1050
/
+1320
2005-09-08
[PATCH] pivot_root() circular reference fix
Miklos Szeredi
1
-0
/
+4
2005-09-08
[PATCH] Fix race in do_get_write_access()
Jan Kara
1
-18
/
+21
2005-09-08
[PATCH] Change HFS+ to not use ll_rw_block()
Jan Kara
1
-4
/
+2
2005-09-08
[PATCH] Change ll_rw_block() calls in UFS
Jan Kara
3
-18
/
+9
2005-09-08
[PATCH] Change ll_rw_block() calls in Reiser
Jan Kara
1
-2
/
+2
2005-09-08
[PATCH] Change ll_rw_block() calls in JBD
Jan Kara
4
-5
/
+5
2005-09-08
[PATCH] Make ll_rw_block() wait for buffer lock
Jan Kara
1
-14
/
+16
2005-09-08
[PATCH] Fix JBD race in t_forget list handling
Jan Kara
1
-10
/
+24
2005-09-08
[PATCH] kjournald: missing JFS_UNMOUNT check
Mark Fasheh
1
-0
/
+2
2005-09-08
[PATCH] hfs: NLS support
Roman Zippel
8
-46
/
+176
2005-09-08
[PATCH] hfs: show_options support
Roman Zippel
4
-6
/
+55
2005-09-08
[PATCH] hfs: remove debug code
Roman Zippel
2
-40
/
+2
2005-09-08
[PATCH] fs: convert kcalloc to kzalloc
Pekka Enberg
2
-42
/
+42
2005-09-08
[PATCH] cifs_create() fix
Miklos Szeredi
1
-14
/
+13
2005-09-08
[PATCH] remove duplicated sys_open32() code from 64bit archs
Miklos Szeredi
2
-8
/
+21
2005-09-08
[PATCH] remove duplicated code from proc and ptrace
Miklos Szeredi
1
-31
/
+4
2005-09-08
[PATCH] fix enum pid_directory_inos in proc/base.c
Miklos Szeredi
1
-2
/
+3
2005-09-08
[PATCH] use get_fs_struct() in proc
Miklos Szeredi
1
-11
/
+12
2005-09-08
[PATCH] namei cleanup
Miklos Szeredi
1
-28
/
+24
2005-09-08
[PATCH] remove iattr.ia_attr_flags
Miklos Szeredi
1
-1
/
+0
2005-09-08
[PATCH] alloc_buffer_head() and free_buffer_head() cleanup
Coywolf Qi Hunt
1
-6
/
+4
2005-09-08
[PATCH] inotify: fix event loss on hardlinked files
John McCutchan
1
-1
/
+8
2005-09-08
[PATCH] remove verify_area(): remove fs/umsdos/notes as it only contain a ver...
Jesper Juhl
1
-17
/
+0
2005-09-08
[PATCH] pipe: remove redundant fifo_poll abstraction
Pekka Enberg
1
-6
/
+7
2005-09-08
[PATCH] Additions to .data.read_mostly section
Ravikiran G Thirumalai
1
-1
/
+1
2005-09-08
[PATCH] fix cramfs making duplicate entries in inode cache
Dave Johnson
1
-4
/
+39
2005-09-08
[PATCH] remove file.f_maxcount
Eric Dumazet
2
-2
/
+1
2005-09-08
[PATCH] fs: remove redundant timespec_equal test in update_atime()
Tejun Heo
1
-3
/
+0
2005-09-08
[PATCH] jffs/jffs2: remove wrong function prototypes
Adrian Bunk
2
-6
/
+0
2005-09-08
[PATCH] fs/Kconfig: quota help text updates
Adrian Bunk
1
-6
/
+3
2005-09-08
[PATCH] proc: link count fix
Miklos Szeredi
1
-0
/
+13
2005-09-08
[PATCH] fsnotify: hook on removexattr, too
Robert Love
1
-0
/
+2
2005-09-08
[PATCH] Speedup FAT filesystem directory reads
Karsten Wiese
1
-2
/
+26
2005-09-08
[PATCH] sunrpc: cache_register can use wrong module reference
Bruce Allan
2
-2
/
+9
2005-09-08
[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts
Mark Bellon
4
-21
/
+181
2005-09-08
[PATCH] remove register_ioctl32_conversion and unregister_ioctl32_conversion
Adrian Bunk
1
-90
/
+0
2005-09-08
[PATCH] kill bio->bi_set
Peter Osterlund
1
-11
/
+21
2005-09-08
[PATCH] fs/jbd/: cleanups
Adrian Bunk
2
-21
/
+16
2005-09-08
[PATCH] compat: be more consistent about [ug]id_t
Stephen Rothwell
1
-8
/
+8
2005-09-08
[PATCH] inotify speedup
John McCutchan
1
-0
/
+7
2005-09-08
[PATCH] relayfs
Tom Zanussi
8
-0
/
+1270
2005-09-05
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-3
/
+2
2005-09-05
[PATCH] uml: fixes performance regression in activate_mm and thus exec()
Paolo 'Blaisorblade' Giarrusso
1
-0
/
+4
2005-09-05
[PATCH] Generic VFS fallback for security xattrs
Stephen Smalley
5
-143
/
+49
2005-09-05
[PATCH] add /proc/pid/smaps
Mauricio Lin
2
-42
/
+244
[next]