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.13.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
2010-05-16
quota: use flags interface for dquot alloc/free space
Eric Sandeen
1
-3
/
+5
2010-05-16
ext4: init statistics after journal recovery
Dmitry Monakhov
1
-22
/
+18
2010-05-16
ext4: clean up inode bitmaps manipulation in ext4_free_inode
Dmitry Monakhov
1
-46
/
+39
2010-05-16
ext4: Do not zero out uninitialized extents beyond i_size
Dmitry Monakhov
1
-16
/
+51
2010-05-16
jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop()
Theodore Ts'o
1
-4
/
+1
2010-05-16
ext4: don't scan/accumulate more pages than mballoc will allocate
Eric Sandeen
1
-0
/
+9
2010-05-16
ext4: stop issuing discards if not supported by device
Eric Sandeen
1
-1
/
+7
2010-05-16
ext4: don't return to userspace after freezing the fs with a mutex held
Eric Sandeen
1
-10
/
+10
2010-05-16
ext4: symlink must be handled via filesystem specific operation
Dmitry Monakhov
1
-0
/
+2
2010-05-16
ext4: check s_log_groups_per_flex in online resize code
Eric Sandeen
1
-1
/
+2
2010-05-16
ext4: fix quota accounting in case of fallocate
Dmitry Monakhov
1
-1
/
+2
2010-05-15
ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
Christian Borntraeger
1
-0
/
+2
2010-05-14
ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
Jing Zhang
1
-12
/
+12
2010-05-13
ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
Jing Zhang
1
-2
/
+0
2010-05-12
ext4: fix memory leaks in error path handling of ext4_ext_zeroout()
Jing Zhang
1
-7
/
+8
2010-05-11
ext4: Fix coding style in fs/ext4/move_extent.c
Steven Liu
1
-0
/
+1
2010-05-10
ext4: check missed return value in ext4_sync_file()
Dmitry Monakhov
1
-1
/
+1
2010-05-08
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-35
/
+51
2010-05-05
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...
Linus Torvalds
8
-74
/
+110
2010-05-04
ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().
Joel Becker
1
-1
/
+1
2010-05-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
12
-38
/
+71
2010-05-03
ceph: remove bad auth_x kmem_cache
Sage Weil
1
-22
/
+10
2010-05-03
ceph: fix lockless caps check
Sage Weil
1
-1
/
+1
2010-05-03
ceph: clear dir complete, invalidate dentry on replayed rename
Sage Weil
1
-0
/
+9
2010-05-03
ceph: fix direct io truncate offset
Sage Weil
1
-1
/
+2
2010-05-03
ceph: discard incoming messages with bad seq #
Sage Weil
1
-0
/
+20
2010-05-03
ceph: fix seq counting for skipped messages
Sage Weil
1
-0
/
+2
2010-05-03
ceph: add missing #includes
Sage Weil
3
-0
/
+4
2010-05-03
ceph: fix leaked spinlock during mds reconnect
Sage Weil
1
-1
/
+1
2010-05-03
ceph: print more useful version info on module load
Sage Weil
1
-3
/
+4
2010-05-03
ceph: fix snap realm splits
Sage Weil
1
-10
/
+14
2010-05-03
ceph: clear dir complete on d_move
Sage Weil
1
-0
/
+4
2010-05-03
nilfs2: fix sync silent failure
Ryusuke Konishi
1
-0
/
+1
2010-05-01
NFS: Fix RCU issues in the NFSv4 delegation code
David Howells
1
-21
/
+23
2010-05-01
NFSv4: Fix the locking in nfs_inode_reclaim_delegation()
Trond Myklebust
1
-14
/
+28
2010-05-01
ocfs2: Avoid direct write if we fall back to buffered I/O
Li Dongyang
1
-11
/
+14
2010-05-01
Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel...
Joel Becker
387
-905
/
+1370
2010-04-30
Inotify: Fix build failure in inotify user support
Ralf Baechle
1
-0
/
+1
2010-04-30
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
6
-9
/
+120
2010-04-30
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+1
2010-04-30
xfs: add a shrinker to background inode reclaim
Dave Chinner
6
-9
/
+120
2010-04-29
exofs: Fix "add bdi backing to mount session" fall out
Boaz Harrosh
1
-1
/
+1
2010-04-29
fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK
Jens Axboe
1
-0
/
+1
2010-04-29
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
5
-22
/
+45
2010-04-29
pktcdvd: improve BKL and compat_ioctl.c usage
Arnd Bergmann
1
-3
/
+0
2010-04-29
exofs: Fix "add bdi backing to mount session" fall out
Boaz Harrosh
1
-1
/
+1
2010-04-29
nfs d_revalidate() is too trigger-happy with d_drop()
Al Viro
1
-0
/
+2
2010-04-28
nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4
Xiaotian Feng
1
-0
/
+1
2010-04-28
nfs: fix some issues in nfs41_proc_reclaim_complete()
Dan Carpenter
1
-1
/
+4
2010-04-28
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
19
-16
/
+90
[next]