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
*
vfs: rename 'do_follow_link' to 'should_follow_link'
Linus Torvalds
2011-08-07
1
-2
/
+2
*
Fix POSIX ACL permission check
Ari Savolainen
2011-08-07
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
2011-08-06
7
-499
/
+487
|
\
|
*
ore: Make ore its own module
Boaz Harrosh
2011-08-06
3
-1
/
+23
|
*
exofs: Rename raid engine from exofs/ios.c => ore
Boaz Harrosh
2011-08-06
5
-255
/
+170
|
*
exofs: ios: Move to a per inode components & device-table
Boaz Harrosh
2011-08-06
4
-183
/
+218
|
*
exofs: Move exofs specific osd operations out of ios.c
Boaz Harrosh
2011-08-06
4
-73
/
+79
|
*
exofs: Add offset/length to exofs_get_io_state
Boaz Harrosh
2011-08-06
3
-16
/
+38
|
*
exofs: Fix truncate for the raid-groups case
Boaz Harrosh
2011-08-04
1
-20
/
+53
|
*
exofs: Small cleanup of exofs_fill_super
Boaz Harrosh
2011-08-04
1
-4
/
+2
|
*
exofs: BUG: Avoid sbi realloc
Boaz Harrosh
2011-08-04
2
-24
/
+30
|
*
exofs: Remove pnfs-osd private definitions
Boaz Harrosh
2011-08-04
2
-50
/
+1
*
|
vfs: optimize inode cache access patterns
Linus Torvalds
2011-08-06
3
-12
/
+69
*
|
vfs: renumber DCACHE_xyz flags, remove some stale ones
Linus Torvalds
2011-08-06
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
2011-08-06
6
-18
/
+14
|
\
\
|
*
|
cifs: cope with negative dentries in cifs_get_root
Jeff Layton
2011-08-05
1
-0
/
+4
|
*
|
cifs: convert prefixpath delimiters in cifs_build_path_to_root
Jeff Layton
2011-08-05
1
-12
/
+2
|
*
|
CIFS: Fix missing a decrement of inFlight value
Pavel Shilovsky
2011-08-03
1
-0
/
+2
|
*
|
cifs: demote DFS referral lookup errors to cFYI
Jeff Layton
2011-08-03
2
-4
/
+5
|
*
|
Revert "cifs: advertise the right receive buffer size to the server"
Steve French
2011-08-03
1
-2
/
+1
*
|
|
vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files
Linus Torvalds
2011-08-06
1
-1
/
+9
*
|
|
oom_ajd: don't use WARN_ONCE, just use printk_once
Linus Torvalds
2011-08-06
1
-1
/
+1
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-08-04
2
-11
/
+10
|
\
\
\
|
*
|
|
RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached
Al Viro
2011-08-03
1
-11
/
+6
|
*
|
|
fix block device fallout from ->fsync() changes
Rafael J. Wysocki
2011-08-01
1
-0
/
+4
*
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-08-03
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
ext4: use kzalloc in ext4_kzalloc()
Mathias Krause
2011-08-03
1
-1
/
+1
*
|
|
|
|
tmpfs: expand "help" to explain value of TMPFS_POSIX_ACL
Robert P. J. Day
2011-08-03
1
-4
/
+11
*
|
|
|
|
mm: a few small updates for radix-swap
Hugh Dickins
2011-08-03
1
-4
/
+1
*
|
|
|
|
fs/dcache.c: fix new kernel-doc warning
Randy Dunlap
2011-08-03
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-08-02
19
-528
/
+269
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Btrfs: don't call writepages from within write_full_page
Josef Bacik
2011-08-01
1
-10
/
+0
|
*
|
|
Btrfs: Remove unused variable 'last_index' in file.c
Mitch Harder
2011-08-01
1
-5
/
+2
|
*
|
|
Btrfs: clean up for find_first_extent_bit()
Xiao Guangrong
2011-08-01
1
-40
/
+24
|
*
|
|
Btrfs: clean up for wait_extent_bit()
Xiao Guangrong
2011-08-01
1
-5
/
+1
|
*
|
|
Btrfs: clean up for insert_state()
Xiao Guangrong
2011-08-01
1
-5
/
+5
|
*
|
|
Btrfs: remove unused members from struct extent_state
Xiao Guangrong
2011-08-01
1
-2
/
+0
|
*
|
|
Btrfs: clean up code for merging extent maps
Li Zefan
2011-08-01
1
-38
/
+21
|
*
|
|
Btrfs: clean up code for extent_map lookup
Li Zefan
2011-08-01
1
-56
/
+29
|
*
|
|
Btrfs: clean up search_extent_mapping()
Li Zefan
2011-08-01
1
-14
/
+3
|
*
|
|
Btrfs: remove redundant code for dir item lookup
Li Zefan
2011-08-01
1
-28
/
+2
|
*
|
|
Btrfs: make acl functions really no-op if acl is not enabled
Li Zefan
2011-08-01
3
-21
/
+15
|
*
|
|
Btrfs: remove remaining ref-cache code
Li Zefan
2011-08-01
2
-120
/
+0
|
*
|
|
Btrfs: remove a BUG_ON() in btrfs_commit_transaction()
Li Zefan
2011-08-01
1
-4
/
+2
|
*
|
|
Btrfs: use wait_event()
Li Zefan
2011-08-01
1
-52
/
+7
|
*
|
|
Btrfs: check the nodatasum flag when writing compressed files
Li Zefan
2011-08-01
1
-4
/
+10
|
*
|
|
Btrfs: copy string correctly in INO_LOOKUP ioctl
Li Zefan
2011-08-01
1
-2
/
+1
|
*
|
|
Btrfs: don't print the leaf if we had an error
Josef Bacik
2011-08-01
1
-1
/
+3
|
*
|
|
btrfs: make btrfs_set_root_node void
Mark Fasheh
2011-08-01
2
-5
/
+4
|
*
|
|
Btrfs: fix oops while writing data to SSD partitions
liubo
2011-08-01
1
-1
/
+3
[next]