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
2015-06-23
Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
Dave Chinner
15
-91
/
+77
2015-06-23
Merge branch 'xfs-freelist-cleanup' into for-next
Dave Chinner
7
-130
/
+142
2015-06-23
xfs: don't truncate attribute extents if no extents exist
Brian Foster
1
-2
/
+8
2015-06-22
xfs: clean up XFS_MIN_FREELIST macros
Dave Chinner
7
-21
/
+26
2015-06-22
xfs: sanitise error handling in xfs_alloc_fix_freelist
Dave Chinner
1
-56
/
+55
2015-06-22
xfs: factor out free space extent length check
Dave Chinner
1
-27
/
+44
2015-06-22
xfs: xfs_alloc_fix_freelist() can use incore perag structures
Dave Chinner
4
-46
/
+37
2015-06-22
xfs: remove xfs_caddr_t
Christoph Hellwig
3
-30
/
+29
2015-06-22
xfs: use void pointers in log validation helpers
Christoph Hellwig
2
-17
/
+15
2015-06-22
xfs: return a void pointer from xfs_buf_offset
Christoph Hellwig
6
-17
/
+13
2015-06-22
xfs: remove inst_t
Christoph Hellwig
3
-6
/
+4
2015-06-22
xfs: remove __psint_t and __psunsigned_t
Christoph Hellwig
4
-20
/
+9
2015-06-22
xfs: fix remote symlinks on V5/CRC filesystems
Eric Sandeen
1
-1
/
+1
2015-06-04
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
26
-385
/
+193
2015-06-04
xfs: fix xfs_log_done interface
Christoph Hellwig
4
-52
/
+11
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
24
-74
/
+68
2015-06-04
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
22
-171
/
+104
2015-06-04
xfs: pass a boolean flag to xfs_trans_free_items
Christoph Hellwig
3
-6
/
+6
2015-06-04
xfs: switch remaining xfs_trans_dup users to xfs_trans_roll
Christoph Hellwig
4
-92
/
+16
2015-06-04
Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next
Dave Chinner
2
-10
/
+12
2015-06-04
xfs: check min blks for random debug mode sparse allocations
Brian Foster
1
-7
/
+8
2015-06-04
xfs: fix sparse inodes 32-bit compile failure
Brian Foster
1
-3
/
+4
2015-06-04
Merge branch 'xfs-dax-support' into for-next
Dave Chinner
11
-151
/
+325
2015-06-04
xfs: add initial DAX support
Dave Chinner
3
-14
/
+37
2015-06-04
xfs: add DAX IO path support
Dave Chinner
1
-9
/
+27
2015-06-04
xfs: add DAX truncate support
Dave Chinner
1
-1
/
+5
2015-06-04
xfs: add DAX block zeroing support
Dave Chinner
2
-22
/
+46
2015-06-04
xfs: add DAX file operations support
Dave Chinner
3
-83
/
+158
2015-06-04
dax: expose __dax_fault for filesystems with locking constraints
Dave Chinner
1
-2
/
+13
2015-06-04
dax: don't abuse get_block mapping for endio callbacks
Dave Chinner
4
-24
/
+38
2015-06-04
xfs: mmap lock needs to be inside freeze protection
Dave Chinner
1
-3
/
+8
2015-06-01
Merge branch 'xfs-sparse-inode' into for-next
Dave Chinner
16
-86
/
+829
2015-06-01
Merge branch 'xfs-misc-fixes-for-4.2' into for-next
Dave Chinner
4
-17
/
+30
2015-06-01
xfs: Clean up xfs_trans_dup_dqinfo
Nan Jia
1
-2
/
+2
2015-06-01
xfs: don't cast string literals
Eric Sandeen
1
-2
/
+2
2015-06-01
xfs: fix quota block reservation leak when tp allocates and frees blocks
Brian Foster
2
-12
/
+17
2015-06-01
xfs: always log the inode on unwritten extent conversion
Brian Foster
1
-1
/
+9
2015-05-29
xfs: enable sparse inode chunks for v5 superblocks
Brian Foster
1
-1
/
+2
2015-05-29
xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()
Brian Foster
3
-20
/
+35
2015-05-29
xfs: only free allocated regions of inode chunks
Brian Foster
1
-3
/
+78
2015-05-29
xfs: filter out sparse regions from individual inode allocation
Brian Foster
1
-2
/
+13
2015-05-29
xfs: randomly do sparse inode allocations in DEBUG mode
Brian Foster
1
-2
/
+13
2015-05-29
xfs: allocate sparse inode chunks on full chunk allocation failure
Brian Foster
4
-14
/
+401
2015-05-29
xfs: helper to convert holemask to inode alloc. bitmap
Brian Foster
2
-0
/
+54
2015-05-29
xfs: handle sparse inode chunks in icreate log recovery
Brian Foster
1
-6
/
+16
2015-05-29
xfs: pass inode count through ordered icreate log item
Brian Foster
3
-6
/
+7
2015-05-29
xfs: use actual inode count for sparse records in bulkstat/inumbers
Brian Foster
1
-5
/
+8
2015-05-29
xfs: introduce inode record hole mask for sparse inode chunks
Brian Foster
3
-12
/
+81
2015-05-29
xfs: add fs geometry bit for sparse inode chunks
Brian Foster
2
-1
/
+4
2015-05-29
xfs: sparse inode chunks feature helpers and mount requirements
Brian Foster
3
-0
/
+44
[next]