index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
iget: stop JFS from using iget() and read_inode()
David Howells
2008-02-07
4
-31
/
+40
*
iget: stop JFFS2 from using iget() and read_inode()
David Howells
2008-02-07
4
-26
/
+39
*
iget: stop ISOFS from using read_inode()
David Howells
2008-02-07
4
-32
/
+58
*
iget: stop HFSPLUS from using iget() and read_inode()
David Howells
2008-02-07
4
-19
/
+43
*
iget: stop FUSE from using iget() and read_inode()
David Howells
2008-02-07
1
-6
/
+0
*
iget: stop FreeVXFS from using iget() and read_inode()
David Howells
2008-02-07
4
-23
/
+40
*
iget: stop FAT from using iget() and read_inode()
David Howells
2008-02-07
1
-4
/
+2
*
iget: stop EXT4 from using iget() and read_inode()
David Howells
2008-02-07
5
-69
/
+86
*
iget: stop EXT3 from using iget() and read_inode()
David Howells
2008-02-07
5
-71
/
+88
*
iget: stop EXT2 from using iget() and read_inode()
David Howells
2008-02-07
4
-29
/
+46
*
iget: stop EFS from using iget() and read_inode()
David Howells
2008-02-07
3
-24
/
+40
*
iget: stop CIFS from using iget() and read_inode()
David Howells
2008-02-07
3
-7
/
+24
*
iget: stop BFS from using iget() and read_inode()
David Howells
2008-02-07
3
-13
/
+27
*
iget: stop BEFS from using iget() and read_inode()
David Howells
2008-02-07
1
-14
/
+25
*
iget: stop autofs from using iget() and read_inode()
David Howells
2008-02-07
3
-13
/
+37
*
iget: stop AFFS from using iget() and read_inode()
David Howells
2008-02-07
5
-19
/
+32
*
iget: use iget_failed() in GFS2
David Howells
2008-02-07
1
-1
/
+1
*
iget: use iget_failed() in AFS
David Howells
2008-02-07
1
-4
/
+1
*
iget: introduce a function to register iget failure
David Howells
2008-02-07
1
-0
/
+14
*
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
2008-02-07
16
-24
/
+24
*
fs menu: small reorg
Randy Dunlap
2008-02-07
1
-47
/
+46
*
VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls
Erez Zadok
2008-02-07
1
-54
/
+75
*
VFS: swap do_ioctl and vfs_ioctl names
Erez Zadok
2008-02-07
2
-9
/
+21
*
VFS: apply coding standards to fs/ioctl.c
Erez Zadok
2008-02-07
1
-80
/
+84
*
gfs2: make gfs2_glock.gl_owner_pid be a struct pid *
Pavel Emelyanov
2008-02-07
2
-8
/
+13
*
gfs2: make gfs2_holder.gh_owner_pid be a struct pid *
Pavel Emelyanov
2008-02-07
3
-9
/
+15
*
9p: transport API reorganization
Eric Van Hensbergen
2008-02-06
2
-43
/
+13
*
9p: fix mmap to be read-only
Eric Van Hensbergen
2008-02-06
1
-2
/
+2
*
9p: add support for sticky bit
Anthony Liguori
2008-02-06
1
-0
/
+5
*
9p: fix bug in attach-per-user
Eric Van Hensbergen
2008-02-06
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
Linus Torvalds
2008-02-06
1
-1
/
+1
|
\
|
*
brk randomization: introduce CONFIG_COMPAT_BRK
Ingo Molnar
2008-02-06
1
-1
/
+1
*
|
ext3: fix lock inversion in direct IO
Jan Kara
2008-02-06
1
-54
/
+52
*
|
ext3: remove unused code from ext3_find_entry()
Mariusz Kozlowski
2008-02-06
1
-4
/
+0
*
|
ext[234]: cleanup ext[234]_bg_num_gdb()
Akinobu Mita
2008-02-06
3
-14
/
+3
*
|
ext[234]: remove unused argument for ext[234]_find_goal()
Akinobu Mita
2008-02-06
3
-16
/
+8
*
|
ext[234]: use ext[234]_get_group_desc()
Akinobu Mita
2008-02-06
3
-27
/
+12
*
|
ext[234]: fix comment for nonexistent variable
Akinobu Mita
2008-02-06
3
-4
/
+4
*
|
ext3: change the default behaviour on error
Aneesh Kumar K.V
2008-02-06
1
-8
/
+8
*
|
ext3: return after ext3_error in case of failures
Aneesh Kumar K.V
2008-02-06
1
-2
/
+6
*
|
make jbd/journal.c:__journal_abort_hard() static
Adrian Bunk
2008-02-06
1
-1
/
+1
*
|
BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2
Andi Kleen
2008-02-06
2
-2
/
+2
*
|
BKL-removal: remove incorrect BKL comment in ext2
Andi Kleen
2008-02-06
1
-1
/
+0
*
|
BKL-removal: convert ext2 over to use unlocked_ioctl
Andi Kleen
2008-02-06
4
-14
/
+7
*
|
ext3: add block bitmap validation
Aneesh Kumar K.V
2008-02-06
1
-8
/
+70
*
|
ext2: add block bitmap validation
Aneesh Kumar K.V
2008-02-06
1
-9
/
+72
*
|
fuse: limit queued background requests
Miklos Szeredi
2008-02-06
3
-46
/
+74
*
|
fuse: save space in struct fuse_req
Miklos Szeredi
2008-02-06
2
-13
/
+13
*
|
fuse: fix attribute caching after create
Miklos Szeredi
2008-02-06
1
-0
/
+1
*
|
ecryptfs: check for existing key_tfm at mount time
Eric Sandeen
2008-02-06
3
-17
/
+63
[next]