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.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-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
*
cifs: use posix_unblock_lock instead of locks_delete_block
Jeff Layton
2013-06-29
2
-3
/
+2
*
locks: drop the unused filp argument to posix_unblock_lock
Jeff Layton
2013-06-29
2
-4
/
+2
*
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
20
-144
/
+95
*
minix: bug widening a binary "not" operation
Dan Carpenter
2013-06-29
1
-1
/
+1
*
splice: lift checks from do_splice_from() into callers
Al Viro
2013-06-29
1
-11
/
+20
*
constify rw_verify_area()
Al Viro
2013-06-29
3
-1
/
+4
*
new helper: fixed_size_llseek()
Al Viro
2013-06-29
1
-0
/
+20
*
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
Al Viro
2013-06-29
4
-10
/
+8
*
fuse: another open-coded file_inode()
Al Viro
2013-06-29
1
-2
/
+1
*
btrfs: more open-coded file_inode()
Al Viro
2013-06-29
1
-4
/
+4
*
fanotify: quit wanking with FASYNC in ->release()
Al Viro
2013-06-29
1
-3
/
+0
*
kill find_inode_number()
Al Viro
2013-06-29
2
-31
/
+0
*
coda: don't bother with find_inode_number()
Al Viro
2013-06-29
1
-7
/
+1
*
proc_fill_cache(): clean up, get rid of pointless find_inode_number() use
Al Viro
2013-06-29
1
-23
/
+13
*
proc_fill_cache(): just make instantiate_t return int
Al Viro
2013-06-29
4
-49
/
+43
*
proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self
Al Viro
2013-06-29
1
-3
/
+3
*
proc_fill_cache(): kill pointless check
Al Viro
2013-06-29
1
-4
/
+2
*
ncpfs: don't bother with EBUSY on removal of busy directories
Al Viro
2013-06-29
2
-11
/
+4
*
don't call file_pos_write() if vfs_{read,write}{,v}() fails
Al Viro
2013-06-29
1
-6
/
+12
*
Replace a bunch of file->dentry->d_inode refs with file_inode()
David Howells
2013-06-29
1
-1
/
+1
*
udf: provide ->tmpfile()
Al Viro
2013-06-29
1
-0
/
+24
*
ext3 ->tmpfile() support
Al Viro
2013-06-29
1
-1
/
+46
*
allow the temp files created by open() to be linked to
Al Viro
2013-06-29
2
-3
/
+17
*
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...
Al Viro
2013-06-29
5
-5
/
+122
*
allow build_open_flags() to return an error
Al Viro
2013-06-29
4
-31
/
+41
*
lift file_*_write out of do_splice_direct()
Al Viro
2013-06-29
2
-2
/
+2
*
lift file_*_write out of do_splice_from()
Al Viro
2013-06-29
1
-4
/
+5
*
do_last(): fix missing checks for LAST_BIND case
Al Viro
2013-06-29
1
-21
/
+3
*
[readdir] constify ->actor
Al Viro
2013-06-29
6
-53
/
+45
*
[readdir] ->readdir() is gone
Al Viro
2013-06-29
3
-12
/
+7
*
[readdir] convert ecryptfs
Al Viro
2013-06-29
1
-20
/
+15
*
[readdir] convert coda
Al Viro
2013-06-29
1
-58
/
+19
*
[readdir] convert ocfs2
Al Viro
2013-06-29
4
-113
/
+61
*
[readdir] convert fatfs
Al Viro
2013-06-29
1
-50
/
+54
*
[readdir] convert xfs
Al Viro
2013-06-29
7
-61
/
+44
*
[readdir] convert btrfs
Al Viro
2013-06-29
3
-40
/
+21
*
[readdir] convert hostfs
Al Viro
2013-06-29
1
-7
/
+6
*
[readdir] convert afs
Al Viro
2013-06-29
1
-62
/
+37
*
[readdir] convert ncpfs
Al Viro
2013-06-29
1
-43
/
+35
*
[readdir] convert hfsplus
Al Viro
2013-06-29
1
-27
/
+23
*
[readdir] convert hfs
Al Viro
2013-06-29
1
-26
/
+23
*
[readdir] convert befs
Al Viro
2013-06-29
1
-18
/
+22
*
[readdir] convert cifs
Al Viro
2013-06-29
3
-100
/
+82
*
[readdir] convert freevxfs
Al Viro
2013-06-29
1
-32
/
+23
*
[readdir] convert fuse
Al Viro
2013-06-29
1
-20
/
+17
*
[readdir] convert hpfs
Al Viro
2013-06-29
1
-27
/
+29
*
reiserfs: switch reiserfs_readdir_dentry to inode
Al Viro
2013-06-29
3
-17
/
+15
*
reiserfs: is_privroot_deh() needs only directory inode, actually
Al Viro
2013-06-29
1
-5
/
+4
*
[readdir] convert reiserfs
Al Viro
2013-06-29
3
-23
/
+19
*
[readdir] convert ntfs
Al Viro
2013-06-29
1
-57
/
+27
[next]