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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-26
Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-21
/
+17
2019-09-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2019-09-26
xfs: remove unlikely() from WARN_ON() condition
Denis Efremov
1
-2
/
+2
2019-09-25
Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+10
2019-09-24
xfs: avoid unused to_mp() function warning
Austin Kim
1
-13
/
+0
2019-09-24
xfs: log proper length of superblock
Eric Sandeen
1
-1
/
+1
2019-09-23
xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
Darrick J. Wong
2
-5
/
+10
2019-09-23
xfs: removed unneeded variable
Aliasgar Surti
1
-2
/
+1
2019-09-23
xfs: convert inode to extent format after extent merge due to shift
Brian Foster
1
-0
/
+5
2019-09-19
iomap: move the iomap_dio_rw ->end_io callback into a structure
Christoph Hellwig
1
-1
/
+5
2019-09-19
iomap: split size and error for iomap_dio_rw ->end_io
Matthew Bobrowski
1
-3
/
+5
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
1
-0
/
+2
2019-09-18
Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
78
-1081
/
+1295
2019-09-18
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2019-09-05
xfs: push the grant head when the log head moves forward
Dave Chinner
1
-25
/
+47
2019-09-05
xfs: push iclog state cleaning into xlog_state_clean_log
Dave Chinner
1
-24
/
+33
2019-09-05
xfs: factor iclog state processing out of xlog_state_do_callback()
Dave Chinner
1
-98
/
+98
2019-09-05
xfs: factor callbacks out of xlog_state_do_callback()
Dave Chinner
1
-28
/
+48
2019-09-05
xfs: factor debug code out of xlog_state_do_callback()
Dave Chinner
1
-35
/
+44
2019-09-05
xfs: prevent CIL push holdoff in log recovery
Dave Chinner
2
-10
/
+23
2019-09-05
xfs: fix missed wakeup on l_flush_wait
Rik van Riel
1
-5
/
+4
2019-09-05
xfs: push the AIL in xlog_grant_head_wake
Dave Chinner
1
-1
/
+28
2019-09-05
xfs: Use WARN_ON_ONCE for bailout mount-operation
Austin Kim
1
-1
/
+1
2019-09-03
xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUT
kaixuxia
1
-41
/
+42
2019-09-03
xfs: define a flags field for the AG geometry ioctl structure
Darrick J. Wong
2
-1
/
+5
2019-09-03
xfs: add a xfs_valid_startblock helper
Christoph Hellwig
3
-4
/
+11
2019-08-30
xfs: remove the unused XFS_ALLOC_USERDATA flag
Christoph Hellwig
2
-10
/
+5
2019-08-30
xfs: cleanup xfs_fsb_to_db
Christoph Hellwig
1
-3
/
+3
2019-08-30
xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidate
Christoph Hellwig
1
-2
/
+1
2019-08-30
xfs: Fix stale data exposure when readahead races with hole punch
Jan Kara
1
-0
/
+26
2019-08-30
xfs: allocate xattr buffer on demand
Dave Chinner
7
-19
/
+55
2019-08-30
xfs: consolidate attribute value copying
Dave Chinner
1
-39
/
+49
2019-08-30
xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
Dave Chinner
2
-16
/
+2
2019-08-30
xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalue
Dave Chinner
1
-16
/
+17
2019-08-30
xfs: make attr lookup returns consistent
Dave Chinner
4
-26
/
+48
2019-08-30
xfs: reverse search directory freespace indexes
Dave Chinner
1
-8
/
+5
2019-08-30
xfs: speed up directory bestfree block scanning
Dave Chinner
1
-63
/
+34
2019-08-30
xfs: factor free block index lookup from xfs_dir2_node_addname_int()
Dave Chinner
1
-92
/
+102
2019-08-30
xfs: factor data block addition from xfs_dir2_node_addname_int()
Dave Chinner
1
-166
/
+158
2019-08-30
xfs: move xfs_dir2_addname()
Dave Chinner
1
-71
/
+69
2019-08-30
xfs: remove all *_ITER_CONTINUE values
Darrick J. Wong
5
-14
/
+8
2019-08-30
kill the last users of user_{path,lpath,path_dir}()
Al Viro
1
-1
/
+1
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
1
-0
/
+2
2019-08-29
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
15
-44
/
+54
2019-08-28
xfs: log proper length of btree block in scrub/repair
Eric Sandeen
1
-1
/
+1
2019-08-28
xfs: reinitialize rm_flags when unpacking an offset into an rmap irec
Darrick J. Wong
2
-1
/
+1
2019-08-28
xfs: remove unnecessary int returns from deferred bmap functions
Darrick J. Wong
5
-29
/
+15
2019-08-28
xfs: remove unnecessary int returns from deferred refcount functions
Darrick J. Wong
5
-61
/
+36
2019-08-28
xfs: remove unnecessary int returns from deferred rmap functions
Darrick J. Wong
4
-52
/
+36
2019-08-28
xfs: remove unnecessary parameter from xfs_iext_inc_seq
Darrick J. Wong
1
-4
/
+4
[next]