index
:
~zhen/drm-intel
cdv-3.2
encoder-rework
for-anholt
for-ickle
for-ickle-next
for-linus
sandybridge
snb-35-backport
snb-35-backport-hp
Unnamed repository; edit this file to name it for gitweb.
zhen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
iget: stop FreeVXFS from using iget() and read_inode()
David Howells
4
-23
/
+40
2008-02-07
iget: stop FAT from using iget() and read_inode()
David Howells
1
-4
/
+2
2008-02-07
iget: stop EXT4 from using iget() and read_inode()
David Howells
5
-69
/
+86
2008-02-07
iget: stop EXT3 from using iget() and read_inode()
David Howells
5
-71
/
+88
2008-02-07
iget: stop EXT2 from using iget() and read_inode()
David Howells
4
-29
/
+46
2008-02-07
iget: stop EFS from using iget() and read_inode()
David Howells
3
-24
/
+40
2008-02-07
iget: stop CIFS from using iget() and read_inode()
David Howells
3
-7
/
+24
2008-02-07
iget: stop BFS from using iget() and read_inode()
David Howells
3
-13
/
+27
2008-02-07
iget: stop BEFS from using iget() and read_inode()
David Howells
1
-14
/
+25
2008-02-07
iget: stop autofs from using iget() and read_inode()
David Howells
3
-13
/
+37
2008-02-07
iget: stop AFFS from using iget() and read_inode()
David Howells
5
-19
/
+32
2008-02-07
iget: use iget_failed() in GFS2
David Howells
1
-1
/
+1
2008-02-07
iget: use iget_failed() in AFS
David Howells
1
-4
/
+1
2008-02-07
iget: introduce a function to register iget failure
David Howells
1
-0
/
+14
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
16
-24
/
+24
2008-02-07
fs menu: small reorg
Randy Dunlap
1
-47
/
+46
2008-02-07
VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls
Erez Zadok
1
-54
/
+75
2008-02-07
VFS: swap do_ioctl and vfs_ioctl names
Erez Zadok
2
-9
/
+21
2008-02-07
VFS: apply coding standards to fs/ioctl.c
Erez Zadok
1
-80
/
+84
2008-02-07
gfs2: make gfs2_glock.gl_owner_pid be a struct pid *
Pavel Emelyanov
2
-8
/
+13
2008-02-07
gfs2: make gfs2_holder.gh_owner_pid be a struct pid *
Pavel Emelyanov
3
-9
/
+15
2008-02-06
9p: transport API reorganization
Eric Van Hensbergen
2
-43
/
+13
2008-02-06
9p: fix mmap to be read-only
Eric Van Hensbergen
1
-2
/
+2
2008-02-06
9p: add support for sticky bit
Anthony Liguori
1
-0
/
+5
2008-02-06
9p: fix bug in attach-per-user
Eric Van Hensbergen
1
-2
/
+2
2008-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
Linus Torvalds
1
-1
/
+1
2008-02-06
brk randomization: introduce CONFIG_COMPAT_BRK
Ingo Molnar
1
-1
/
+1
2008-02-06
ext3: fix lock inversion in direct IO
Jan Kara
1
-54
/
+52
2008-02-06
ext3: remove unused code from ext3_find_entry()
Mariusz Kozlowski
1
-4
/
+0
2008-02-06
ext[234]: cleanup ext[234]_bg_num_gdb()
Akinobu Mita
3
-14
/
+3
2008-02-06
ext[234]: remove unused argument for ext[234]_find_goal()
Akinobu Mita
3
-16
/
+8
2008-02-06
ext[234]: use ext[234]_get_group_desc()
Akinobu Mita
3
-27
/
+12
2008-02-06
ext[234]: fix comment for nonexistent variable
Akinobu Mita
3
-4
/
+4
2008-02-06
ext3: change the default behaviour on error
Aneesh Kumar K.V
1
-8
/
+8
2008-02-06
ext3: return after ext3_error in case of failures
Aneesh Kumar K.V
1
-2
/
+6
2008-02-06
make jbd/journal.c:__journal_abort_hard() static
Adrian Bunk
1
-1
/
+1
2008-02-06
BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2
Andi Kleen
2
-2
/
+2
2008-02-06
BKL-removal: remove incorrect BKL comment in ext2
Andi Kleen
1
-1
/
+0
2008-02-06
BKL-removal: convert ext2 over to use unlocked_ioctl
Andi Kleen
4
-14
/
+7
2008-02-06
ext3: add block bitmap validation
Aneesh Kumar K.V
1
-8
/
+70
2008-02-06
ext2: add block bitmap validation
Aneesh Kumar K.V
1
-9
/
+72
2008-02-06
fuse: limit queued background requests
Miklos Szeredi
3
-46
/
+74
2008-02-06
fuse: save space in struct fuse_req
Miklos Szeredi
2
-13
/
+13
2008-02-06
fuse: fix attribute caching after create
Miklos Szeredi
1
-0
/
+1
2008-02-06
ecryptfs: check for existing key_tfm at mount time
Eric Sandeen
3
-17
/
+63
2008-02-06
eCryptfs: change the type of cipher_code from u16 to u8
Trevor Highland
3
-10
/
+10
2008-02-06
eCryptfs: Minor fixes to printk messages
Michael Halcrow
3
-8
/
+10
2008-02-06
ecryptfs: remove debug as mount option, and warn if set via modprobe
Eric Sandeen
2
-20
/
+7
2008-02-06
ecryptfs: make show_options reflect actual mount options
Eric Sandeen
1
-21
/
+31
2008-02-06
eCryptfs: set inode key only once per crypto operation
Trevor Highland
2
-2
/
+6
[next]