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
2014-01-11
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
Tejun Heo
1
-16
/
+11
2014-01-11
kernfs: fix get_active failure handling in kernfs_seq_*()
Tejun Heo
1
-7
/
+44
2014-01-10
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
1
-0
/
+1
2014-01-10
xfs: fix off-by-one error in xfs_attr3_rmt_verify
Jie Liu
1
-1
/
+1
2014-01-10
Merge branch 'xfs-extent-list-locking-fixes' into for-next
Ben Myers
13
-69
/
+84
2014-01-10
Merge branch 'xfs-misc' into for-next
Ben Myers
2
-1
/
+2
2014-01-10
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
1
-0
/
+1
2014-01-09
GFS2: Add initialization for address space in super block
Steven Whitehouse
1
-0
/
+1
2014-01-08
GFS2: Add hints to directory leaf blocks
Steven Whitehouse
1
-3
/
+37
2014-01-08
GFS2: For exhash conversion, only one block is needed
Steven Whitehouse
1
-0
/
+5
2014-01-08
f2fs: add a sysfs entry to control max_victim_search
Jaegeuk Kim
4
-3
/
+12
2014-01-08
f2fs: improve write performance under frequent fsync calls
Jaegeuk Kim
4
-10
/
+11
2014-01-07
treewide: fix comments and printk msgs
Masanari Iida
1
-1
/
+1
2014-01-07
GFS2: Increase i_writecount during gfs2_setattr_chown
Bob Peterson
1
-1
/
+15
2014-01-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2014-01-06
xfs: fix off-by-one error in xfs_attr3_rmt_verify
Jie Liu
1
-1
/
+1
2014-01-06
ext4: fix bigalloc regression
Eric Whitney
1
-1
/
+1
2014-01-06
GFS2: Remember directory insert point
Steven Whitehouse
3
-16
/
+42
2014-01-06
GFS2: Consolidate transaction blocks calculation for dir add
Steven Whitehouse
1
-12
/
+26
2014-01-06
GFS2: Add directory addition info structure
Steven Whitehouse
3
-33
/
+43
2014-01-06
f2fs: avoid to read inline data except first page
Chao Yu
1
-0
/
+6
2014-01-06
f2fs: avoid to left uninitialized data in page when read inline data
Chao Yu
1
-3
/
+2
2014-01-06
f2fs: fix truncate_partial_nodes bug
shifei10.ge
1
-6
/
+7
2014-01-06
f2fs: handle errors correctly during f2fs_reserve_block
Jaegeuk Kim
3
-16
/
+26
2014-01-06
f2fs: add inline_data recovery routine
Jaegeuk Kim
4
-3
/
+57
2014-01-06
f2fs: add the number of inline_data files to status info
Jaegeuk Kim
4
-7
/
+26
2014-01-06
f2fs: refactor f2fs_convert_inline_data
Jaegeuk Kim
4
-41
/
+28
2014-01-06
f2fs: call f2fs_put_page at the error case
Jaegeuk Kim
1
-1
/
+3
2014-01-06
f2fs: convert inline_data for punch_hole
Jaegeuk Kim
1
-19
/
+3
2014-01-03
GFS2: Use only a single address space for rgrps
Steven Whitehouse
5
-8
/
+31
2014-01-03
GFS2: Use range based functions for rgrp sync/invalidation
Steven Whitehouse
3
-4
/
+15
2014-01-03
GFS2: Remove test which is always true
Steven Whitehouse
1
-1
/
+1
2014-01-03
GFS2: Remove gfs2_quota_change_host structure
Steven Whitehouse
1
-25
/
+12
2014-01-03
GFS2: Clean up releasepage
Steven Whitehouse
1
-13
/
+5
2014-01-03
GFS2: Implement a "rgrp has no extents longer than X" scheme
Bob Peterson
3
-6
/
+28
2014-01-03
GFS2: Drop inadequate rgrps from the reservation tree
Bob Peterson
1
-3
/
+4
2014-01-03
GFS2: If requested is too large, use the largest extent in the rgrp
Bob Peterson
1
-15
/
+49
2014-01-03
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
1
-4
/
+0
2014-01-03
epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL
Jason Baron
1
-4
/
+0
2014-01-03
Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...
Linus Torvalds
6
-5
/
+58
2014-01-02
GFS2: Fix unsafe dereference in dump_holder()
Tetsuo Handa
1
-0
/
+2
2013-12-28
cifs: set FILE_CREATED
Shirish Pargaonkar
1
-5
/
+6
2013-12-28
cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()
Sachin Prabhu
3
-20
/
+19
2013-12-28
Add missing end of line termination to some cifs messages
Steve French
1
-3
/
+3
2013-12-27
f2fs: don't need to get f2fs_lock_op for the inline_data test
Jaegeuk Kim
1
-5
/
+4
2013-12-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
9
-57
/
+93
2013-12-26
f2fs: handle inline data operations
Huajun Li
2
-8
/
+86
2013-12-26
f2fs: key functions to handle inline data
Huajun Li
3
-1
/
+185
2013-12-26
f2fs: convert max_orphans to a field of f2fs_sb_info
Gu Zheng
2
-10
/
+11
2013-12-26
f2fs: check the blocksize before calling generic_direct_IO path
Jaegeuk Kim
1
-0
/
+22
[prev]
[next]