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
2021-08-01
Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
7
-106
/
+244
2021-07-29
xfs: prevent spoofing of rtbitmap blocks when recovering buffers
Darrick J. Wong
1
-2
/
+12
2021-07-29
xfs: limit iclog tail updates
Dave Chinner
1
-13
/
+37
2021-07-29
xfs: need to see iclog flags in tracing
Dave Chinner
2
-4
/
+14
2021-07-29
xfs: Enforce attr3 buffer recovery order
Dave Chinner
1
-0
/
+1
2021-07-29
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
2
-11
/
+39
2021-07-29
xfs: avoid unnecessary waits in xfs_log_force_lsn()
Dave Chinner
1
-5
/
+37
2021-07-29
xfs: log forces imply data device cache flushes
Dave Chinner
1
-13
/
+34
2021-07-29
xfs: factor out forced iclog flushes
Dave Chinner
1
-24
/
+18
2021-07-29
xfs: fix ordering violation between cache flushes and tail updates
Dave Chinner
3
-13
/
+39
2021-07-29
xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
Dave Chinner
1
-28
/
+17
2021-07-29
xfs: external logs need to flush data device
Dave Chinner
1
-8
/
+11
2021-07-29
xfs: flush data dev on external log write
Dave Chinner
1
-1
/
+1
2021-07-18
Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
9
-37
/
+174
2021-07-15
xfs: detect misaligned rtinherit directory extent size hints
Darrick J. Wong
1
-2
/
+16
2021-07-15
xfs: fix an integer overflow error in xfs_growfs_rt
Darrick J. Wong
1
-5
/
+5
2021-07-15
xfs: improve FSGROWFSRT precondition checking
Darrick J. Wong
1
-7
/
+32
2021-07-15
xfs: don't expose misaligned extszinherit hints to userspace
Darrick J. Wong
1
-1
/
+18
2021-07-15
xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
Darrick J. Wong
3
-22
/
+24
2021-07-15
xfs: reset child dir '..' entry when unlinking child
Darrick J. Wong
1
-0
/
+13
2021-07-15
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
3
-0
/
+66
2021-07-12
xfs: Fix multiple fall-through warnings for Clang
Gustavo A. R. Silva
1
-8
/
+8
2021-07-02
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
92
-3036
/
+3827
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-10
/
+3
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-06-29
iomap: use __set_page_dirty_nobuffers
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
17
-20
/
+22
2021-06-28
once: implement DO_ONCE_LITE for non-fast-path "do once" functionality
Tanner Love
1
-10
/
+3
2021-06-25
xfs: don't wait on future iclogs when pushing the CIL
Dave Chinner
1
-7
/
+28
2021-06-25
xfs: Fix a CIL UAF by getting get rid of the iclog callback lock
Dave Chinner
3
-35
/
+18
2021-06-25
xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacks
Dave Chinner
1
-10
/
+6
2021-06-25
xfs: don't nest icloglock inside ic_callback_lock
Dave Chinner
1
-14
/
+4
2021-06-25
xfs: Initialize error in xfs_attr_remove_iter
Allison Henderson
1
-1
/
+1
2021-06-21
xfs: fix endianness issue in xfs_ag_shrink_space
Darrick J. Wong
1
-3
/
+4
2021-06-21
xfs: remove dead stale buf unpin handling code
Brian Foster
1
-19
/
+2
2021-06-21
xfs: hold buffer across unpin and potential shutdown processing
Brian Foster
1
-16
/
+21
2021-06-21
xfs: force the log offline when log intent item recovery fails
Darrick J. Wong
2
-1
/
+7
2021-06-21
xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodes
Darrick J. Wong
1
-1
/
+9
2021-06-21
xfs: shorten the shutdown messages to a single line
Darrick J. Wong
1
-8
/
+8
2021-06-21
xfs: print name of function causing fs shutdown instead of hex pointer
Darrick J. Wong
1
-1
/
+1
2021-06-21
xfs: fix type mismatches in the inode reclaim functions
Darrick J. Wong
3
-9
/
+9
2021-06-21
xfs: separate primary inode selection criteria in xfs_iget_cache_hit
Darrick J. Wong
1
-23
/
+16
2021-06-21
xfs: refactor the inode recycling code
Darrick J. Wong
2
-64
/
+83
2021-06-21
xfs: add iclog state trace events
Dave Chinner
3
-0
/
+88
2021-06-21
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
13
-65
/
+56
2021-06-21
xfs: Fix CIL throttle hang when CIL space used going backwards
Dave Chinner
3
-24
/
+49
2021-06-21
xfs: journal IO cache flush reductions
Dave Chinner
4
-48
/
+43
2021-06-21
xfs: remove need_start_rec parameter from xlog_write()
Dave Chinner
3
-25
/
+25
2021-06-21
xfs: CIL checkpoint flushes caches unconditionally
Dave Chinner
1
-4
/
+21
[next]