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
2007-10-19
reiserfs: remove first_zero_hint
Jeff Mahoney
2
-23
/
+12
2007-10-19
reiserfs: fix usage of signed ints for block numbers
Jeff Mahoney
4
-26
/
+30
2007-10-19
reiserfs: fix memset byte count during resize
Jeff Mahoney
1
-1
/
+1
2007-10-19
reiserfs: use is_reusable to catch corruption
Jeff Mahoney
1
-8
/
+13
2007-10-19
reiserfs: dont use BUG when panicking
Jeff Mahoney
1
-6
/
+4
2007-10-19
reiserfs: fix up lockdep warnings
Jeff Mahoney
1
-2
/
+3
2007-10-19
JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
Jose R. Santos
2
-4
/
+4
2007-10-19
jbd: fix commit code to properly abort journal
Jan Kara
1
-4
/
+4
2007-10-19
jbd: config_jbd_debug cannot create /proc entry
Jose R. Santos
2
-48
/
+26
2007-10-19
JBD/ext3 cleanups: convert to kzalloc
Mingming Cao
3
-6
/
+3
2007-10-19
setup vma->vm_page_prot by vm_get_page_prot()
Coly Li
1
-1
/
+1
2007-10-19
put declaration of put_filesystem() in fs.h
Miklos Szeredi
1
-4
/
+0
2007-10-19
sched: fix guest time accounting going faster than user time accounting
Christian Borntraeger
1
-1
/
+1
2007-10-19
[XFS] cleanup fid types mess
Christoph Hellwig
8
-60
/
+33
2007-10-19
[XFS] fixups after behavior removal merge into mainline git
Christoph Hellwig
2
-32
/
+11
2007-10-19
[CIFS] log better errors on failed mounts
Steve French
6
-26
/
+35
2007-10-19
sparse pointer use of zero as null
Stephen Hemminger
9
-17
/
+18
2007-10-19
fuse: add blksize field to fuse_attr
Miklos Szeredi
2
-5
/
+32
2007-10-19
fuse: add support for mandatory locking
Miklos Szeredi
3
-8
/
+36
2007-10-19
fuse: add helper for asynchronous writes
Miklos Szeredi
2
-13
/
+24
2007-10-19
fuse: add list of writable files to fuse_inode
Miklos Szeredi
3
-0
/
+15
2007-10-19
fuse: support BSD locking semantics
Miklos Szeredi
1
-5
/
+27
2007-10-19
fuse: add atomic open+truncate support
Miklos Szeredi
4
-2
/
+13
2007-10-19
fuse: improve utimes support
Miklos Szeredi
1
-3
/
+25
2007-10-19
VFS: allow filesystems to implement atomic open+truncate
Miklos Szeredi
1
-2
/
+4
2007-10-19
fuse: clean up open file passing in setattr
Miklos Szeredi
1
-6
/
+15
2007-10-19
fuse: add file handle to getattr operation
Miklos Szeredi
2
-13
/
+26
2007-10-19
fuse: fix race between getattr and write
Miklos Szeredi
4
-50
/
+111
2007-10-19
fuse: fix allowing operations
Miklos Szeredi
3
-1
/
+17
2007-10-19
ext3: fix setup_new_group_blocks locking
Eric Sandeen
1
-3
/
+3
2007-10-19
ext3: support large blocksize up to PAGESIZE
Takashi Sato
1
-1
/
+5
2007-10-19
fs/cramfs/inode.c: replace hardcoded value with preprocessor constant
Andi Drebes
1
-3
/
+3
2007-10-19
fs/cramfs/inode.c: remove unused variable
Andi Drebes
1
-2
/
+1
2007-10-19
CIFS: ignore mode change if it's just for clearing setuid/setgid bits
Jeff Layton
1
-0
/
+5
2007-10-19
NFS: if ATTR_KILL_S*ID bits are set, then skip mode change
Jeff Layton
1
-0
/
+4
2007-10-19
VFS: make notify_change pass ATTR_KILL_S*ID to setattr operations
Jeff Layton
1
-10
/
+16
2007-10-19
reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattr
Jeff Layton
1
-1
/
+5
2007-10-19
knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly set
Jeff Layton
1
-6
/
+15
2007-10-19
ecryptfs: allow lower fs to interpret ATTR_KILL_S*ID
Jeff Layton
1
-0
/
+8
2007-10-19
Remove struct task_struct::io_wait
Alexey Dobriyan
1
-14
/
+2
2007-10-18
[CIFS] Return better error when server requires signing but client forbids
Steve French
2
-2
/
+5
2007-10-18
[CIFS] fix typo
Steve French
1
-1
/
+1
2007-10-18
[CIFS] acl support part 4
Steve French
3
-9
/
+25
2007-10-18
ext4: lighten up resize transaction requirements
Eric Sandeen
1
-3
/
+43
2007-10-18
ext4: fix setup_new_group_blocks locking
Eric Sandeen
1
-3
/
+3
2007-10-18
ext4: sparse fixes
Aneesh Kumar K.V
3
-4
/
+4
2007-10-18
ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_lo
Aneesh Kumar K.V
1
-2
/
+2
2007-10-18
ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo
Aneesh Kumar K.V
1
-5
/
+3
2007-10-18
ext4: Convert s_r_blocks_count and s_free_blocks_count
Aneesh Kumar K.V
1
-1
/
+1
2007-10-18
ext4: Convert s_blocks_count to s_blocks_count_lo
Aneesh Kumar K.V
1
-2
/
+2
[prev]
[next]