index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-23
Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
Dave Chinner
2
-7
/
+4
2015-06-23
Merge branch 'xfs-freelist-cleanup' into for-next
Dave Chinner
6
-129
/
+140
2015-06-22
xfs: clean up XFS_MIN_FREELIST macros
Dave Chinner
6
-20
/
+25
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
3
-45
/
+35
2015-06-22
xfs: return a void pointer from xfs_buf_offset
Christoph Hellwig
2
-7
/
+4
2015-06-04
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
4
-33
/
+18
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
4
-13
/
+6
2015-06-04
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
4
-20
/
+12
2015-06-04
Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next
Dave Chinner
1
-7
/
+8
2015-06-04
xfs: check min blks for random debug mode sparse allocations
Brian Foster
1
-7
/
+8
2015-06-01
Merge branch 'xfs-sparse-inode' into for-next
Dave Chinner
9
-64
/
+715
2015-06-01
Merge branch 'xfs-misc-fixes-for-4.2' into for-next
Dave Chinner
2
-3
/
+11
2015-06-01
xfs: don't cast string literals
Eric Sandeen
1
-2
/
+2
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
2
-12
/
+15
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
3
-14
/
+354
2015-05-29
xfs: helper to convert holemask to inode alloc. bitmap
Brian Foster
2
-0
/
+54
2015-05-29
xfs: pass inode count through ordered icreate log item
Brian Foster
2
-4
/
+5
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
1
-0
/
+1
2015-05-29
xfs: sparse inode chunks feature helpers and mount requirements
Brian Foster
2
-0
/
+28
2015-05-29
xfs: use sparse chunk alignment for min. inode allocation requirement
Brian Foster
2
-1
/
+6
2015-05-29
xfs: add sparse inode chunk alignment superblock field
Brian Foster
2
-4
/
+4
2015-05-29
xfs: support min/max agbno args in block allocator
Brian Foster
2
-5
/
+39
2015-05-29
xfs: update free inode record logic to support sparse inode records
Brian Foster
1
-4
/
+12
2015-05-29
xfs: create individual inode alloc. helper
Brian Foster
1
-2
/
+12
2015-05-29
xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
Dave Chinner
2
-5
/
+5
2015-05-29
xfs: extent size hints can round up extents past MAXEXTLEN
Dave Chinner
1
-12
/
+19
2015-05-29
xfs: use percpu_counter_read_positive for mp->m_icount
George Wang
1
-3
/
+6
2015-04-13
Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next
Dave Chinner
3
-39
/
+131
2015-04-13
xfs: kill unnecessary firstused overflow check on attr3 leaf removal
Brian Foster
1
-2
/
+1
2015-04-13
xfs: use larger in-core attr firstused field and detect overflow
Brian Foster
2
-6
/
+92
2015-04-13
xfs: pass attr geometry to attr leaf header conversion functions
Brian Foster
2
-31
/
+38
2015-03-25
Merge branch 'fallocate-insert-range' into for-next
Dave Chinner
2
-46
/
+323
2015-03-25
Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next
Dave Chinner
2
-36
/
+4
2015-03-25
xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
2
-46
/
+323
2015-03-25
xfs: fix shadow warning in xfs_da3_root_split()
Fabian Frederick
1
-4
/
+4
2015-03-25
xfs: remove xfs_bmap_sanity_check()
Dave Chinner
1
-33
/
+0
2015-02-24
Merge branch 'xfs-generic-sb-counters' into for-next
Dave Chinner
4
-93
/
+27
2015-02-24
xfs: xfs_alloc_fix_minleft can underflow near ENOSPC
Dave Chinner
1
-1
/
+3
2015-02-24
xfs: remove old and redundant comment in xfs_mount_validate_sb
Wang Sheng-Hui
1
-8
/
+0
2015-02-23
xfs: pass mp to XFS_WANT_CORRUPTED_RETURN
Eric Sandeen
5
-49
/
+56
2015-02-23
xfs: pass mp to XFS_WANT_CORRUPTED_GOTO
Eric Sandeen
4
-113
/
+121
2015-02-23
xfs: remove xfs_mod_incore_sb API
Dave Chinner
1
-62
/
+0
[next]