index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
xfs: add rmap btree stats infrastructure
Darrick J. Wong
2016-08-03
3
-3
/
+21
|
*
|
|
|
xfs: introduce rmap btree definitions
Darrick J. Wong
2016-08-03
5
-9
/
+30
|
*
|
|
|
xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
Darrick J. Wong
2016-08-03
1
-1
/
+1
|
*
|
|
|
xfs: add tracepoints and error injection for deferred extent freeing
Darrick J. Wong
2016-08-03
4
-2
/
+16
|
*
|
|
|
xfs: refactor redo intent item processing
Darrick J. Wong
2016-08-03
3
-99
/
+151
|
*
|
|
|
xfs: rename flist/free_list to dfops
Darrick J. Wong
2016-08-03
20
-241
/
+241
|
*
|
|
|
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
2016-08-03
23
-193
/
+182
|
*
|
|
|
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
2016-08-03
24
-171
/
+42
|
*
|
|
|
xfs: enable the xfs_defer mechanism to process extents to free
Darrick J. Wong
2016-08-03
4
-0
/
+115
|
*
|
|
|
xfs: clean up typedef usage in the EFI/EFD handling code
Darrick J. Wong
2016-08-03
2
-18
/
+18
|
*
|
|
|
xfs: add tracepoints for the deferred ops mechanism
Darrick J. Wong
2016-08-03
3
-0
/
+218
|
*
|
|
|
xfs: move deferred operations into a separate file
Darrick J. Wong
2016-08-03
3
-0
/
+540
|
*
|
|
|
xfs: refactor btree owner change into a separate visit-blocks function
Darrick J. Wong
2016-08-03
2
-50
/
+96
|
*
|
|
|
xfs: introduce interval queries on btrees
Darrick J. Wong
2016-08-03
3
-5
/
+282
|
*
|
|
|
xfs: support btrees with overlapping intervals for keys
Darrick J. Wong
2016-08-03
3
-13
/
+392
|
*
|
|
|
xfs: add function pointers for get/update keys to the btree
Darrick J. Wong
2016-08-03
5
-64
/
+135
|
*
|
|
|
xfs: during btree split, save new block key & ptr for future insertion
Darrick J. Wong
2016-08-03
5
-56
/
+20
|
*
|
|
|
xfs: set *stat=1 after iroot realloc
Darrick J. Wong
2016-08-03
1
-0
/
+1
|
*
|
|
|
xfs: fix locking of the rt bitmap/summary inodes
Darrick J. Wong
2016-08-03
2
-3
/
+5
|
*
|
|
|
xfs: fix attr shortform structure alignment on cris
Darrick J. Wong
2016-08-03
1
-0
/
+1
|
*
|
|
|
xfs: in _attrlist_by_handle, copy the cursor back to userspace
Darrick J. Wong
2016-08-03
1
-0
/
+6
*
|
|
|
|
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-08-06
30
-88
/
+83
|
\
\
\
\
\
|
*
|
|
|
|
qstr: constify instances in adfs
Al Viro
2016-07-30
1
-2
/
+2
|
*
|
|
|
|
qstr: constify instances in f2fs
Al Viro
2016-07-30
2
-4
/
+4
|
*
|
|
|
|
qstr: constify instances in ext2
Al Viro
2016-07-30
2
-5
/
+5
|
*
|
|
|
|
qstr: constify instances in vfat
Al Viro
2016-07-30
1
-3
/
+3
|
*
|
|
|
|
qstr: constify instances in procfs
Al Viro
2016-07-30
1
-1
/
+1
|
*
|
|
|
|
qstr: constify instances in fuse
Al Viro
2016-07-30
3
-9
/
+5
|
*
|
|
|
|
qstr constify instances in fs/dcache.c
Al Viro
2016-07-20
1
-2
/
+2
|
*
|
|
|
|
qstr: constify instances in nfs
Al Viro
2016-07-20
6
-21
/
+22
|
*
|
|
|
|
qstr: constify instances in ocfs2
Al Viro
2016-07-20
4
-7
/
+5
|
*
|
|
|
|
qstr: constify instances in autofs4
Al Viro
2016-07-20
2
-6
/
+6
|
*
|
|
|
|
qstr: constify instances in hfs
Al Viro
2016-07-20
4
-15
/
+15
|
*
|
|
|
|
qstr: constify instances in hfsplus
Al Viro
2016-07-20
2
-11
/
+11
|
*
|
|
|
|
qstr: constify instances in logfs
Al Viro
2016-07-20
1
-2
/
+2
*
|
|
|
|
|
Merge tag 'pstore-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-08-05
1
-19
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ramoops: use persistent_ram_free() instead of kfree() for freeing prz
Hiraku Toyooka
2016-08-05
1
-3
/
+3
|
*
|
|
|
|
|
ramoops: use DT reserved-memory bindings
Kees Cook
2016-08-05
1
-16
/
+7
*
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-08-05
5
-12
/
+7
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
mm/block: convert rw_page users to bio op use
Mike Christie
2016-08-04
2
-4
/
+5
|
*
|
|
|
|
|
|
Fixup direct bi_rw modifiers
Shaun Tancheff
2016-08-04
1
-1
/
+1
|
*
|
|
|
|
|
|
f2fs: drop bio->bi_rw manual assignment
Jens Axboe
2016-08-04
1
-1
/
+0
|
*
|
|
|
|
|
|
block: add missing group association in bio-cloning functions
Paolo Valente
2016-08-04
1
-6
/
+0
|
*
|
|
|
|
|
|
writeback: Write dirty times for WB_SYNC_ALL writeback
Jan Kara
2016-08-04
1
-0
/
+1
*
|
|
|
|
|
|
|
Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2016-08-04
26
-185
/
+575
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
nfsd: remove some dead code in nfsd_create_locked()
Dan Carpenter
2016-08-04
1
-3
/
+2
|
*
|
|
|
|
|
|
|
nfsd: drop unnecessary MAY_EXEC check from create
J. Bruce Fields
2016-08-04
2
-11
/
+2
|
*
|
|
|
|
|
|
|
nfsd: clean up bad-type check in nfsd_create_locked
J. Bruce Fields
2016-08-04
1
-7
/
+4
|
*
|
|
|
|
|
|
|
nfsd: remove unnecessary positive-dentry check
J. Bruce Fields
2016-08-04
1
-10
/
+0
|
*
|
|
|
|
|
|
|
nfsd: reorganize nfsd_create
J. Bruce Fields
2016-08-04
3
-55
/
+61
[prev]
[next]