index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix use-after-free on CIL context on shutdown
Dave Chinner
2020-06-22
2
-6
/
+6
*
Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-13
1
-1
/
+3
|
\
|
*
xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()
Chuhong Yuan
2020-06-08
1
-1
/
+3
*
|
Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-11
1
-88
/
+20
|
\
\
|
*
|
fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()
Ira Weiny
2020-05-29
1
-88
/
+20
|
*
|
fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
Ira Weiny
2020-05-29
3
-51
/
+29
|
*
|
fs/xfs: Create function xfs_inode_should_enable_dax()
Ira Weiny
2020-05-29
1
-6
/
+22
|
*
|
fs/xfs: Make DAX mount option a tri-state
Ira Weiny
2020-05-29
2
-4
/
+43
|
*
|
fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
Ira Weiny
2020-05-29
3
-7
/
+6
|
*
|
fs/xfs: Remove unnecessary initialization of i_rwsem
Ira Weiny
2020-05-29
1
-3
/
+1
*
|
|
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
3
-10
/
+10
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-05
1
-0
/
+1
|
\
\
\
|
*
|
|
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-03
1
-0
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
1
-2
/
+2
|
\
\
\
\
|
*
\
\
\
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Daniel Borkmann
2020-04-28
1
-2
/
+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-2
/
+2
*
|
|
|
|
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-02
3
-5
/
+4
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
fs: Introduce DCACHE_DONTCACHE
Ira Weiny
2020-05-13
1
-1
/
+1
|
*
|
|
|
fs: Lift XFS_IDONTCACHE to the VFS layer
Ira Weiny
2020-05-13
3
-5
/
+4
|
|
/
/
/
*
|
|
|
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-02
101
-4814
/
+4241
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
xfs: more lockdep whackamole with kmem_alloc*
Darrick J. Wong
2020-05-27
2
-2
/
+6
|
*
|
|
xfs: force writes to delalloc regions to unwritten
Darrick J. Wong
2020-05-27
1
-12
/
+17
|
*
|
|
xfs: refactor xfs_iomap_prealloc_size
Darrick J. Wong
2020-05-27
1
-48
/
+35
|
*
|
|
xfs: measure all contiguous previous extents for prealloc size
Darrick J. Wong
2020-05-27
1
-13
/
+27
|
*
|
|
xfs: don't fail unwritten extent conversion on writeback due to edquot
Darrick J. Wong
2020-05-27
1
-1
/
+1
|
*
|
|
xfs: rearrange xfs_inode_walk_ag parameters
Darrick J. Wong
2020-05-27
1
-5
/
+4
|
*
|
|
xfs: straighten out all the naming around incore inode tree walks
Darrick J. Wong
2020-05-27
3
-13
/
+13
|
*
|
|
xfs: move xfs_inode_ag_iterator to be closer to the perag walking code
Darrick J. Wong
2020-05-27
1
-40
/
+48
|
*
|
|
xfs: use bool for done in xfs_inode_ag_walk
Darrick J. Wong
2020-05-27
1
-3
/
+3
|
*
|
|
xfs: fix inode ag walk predicate function return values
Darrick J. Wong
2020-05-27
1
-17
/
+22
|
*
|
|
xfs: refactor eofb matching into a single helper
Darrick J. Wong
2020-05-27
1
-28
/
+34
|
*
|
|
xfs: remove __xfs_icache_free_eofblocks
Darrick J. Wong
2020-05-27
1
-12
/
+2
|
*
|
|
xfs: remove flags argument from xfs_inode_ag_walk
Darrick J. Wong
2020-05-27
3
-35
/
+27
|
*
|
|
xfs: remove xfs_inode_ag_iterator_flags
Darrick J. Wong
2020-05-27
3
-36
/
+16
|
*
|
|
xfs: remove unused xfs_inode_ag_iterator function
Darrick J. Wong
2020-05-27
2
-14
/
+0
|
*
|
|
xfs: replace open-coded XFS_ICI_NO_TAG
Darrick J. Wong
2020-05-27
1
-3
/
+3
|
*
|
|
xfs: move eofblocks conversion function to xfs_ioctl.c
Darrick J. Wong
2020-05-27
2
-35
/
+35
|
*
|
|
xfs: allow individual quota grace period extension
Eric Sandeen
2020-05-27
1
-20
/
+28
|
*
|
|
xfs: per-type quota timers and warn limits
Eric Sandeen
2020-05-27
6
-54
/
+55
|
*
|
|
xfs: switch xfs_get_defquota to take explicit type
Eric Sandeen
2020-05-27
5
-15
/
+26
|
*
|
|
xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
Eric Sandeen
2020-05-27
5
-5
/
+6
|
*
|
|
xfs: fix up some whitespace in quota code
Eric Sandeen
2020-05-27
2
-26
/
+26
|
*
|
|
xfs: always return -ENOSPC on project quota reservation failure
Eric Sandeen
2020-05-27
3
-18
/
+8
|
*
|
|
xfs: group quota should return EDQUOT when prj quota enabled
Eric Sandeen
2020-05-27
1
-1
/
+2
|
*
|
|
xfs: remove the m_active_trans counter
Dave Chinner
2020-05-27
3
-29
/
+16
|
*
|
|
xfs: separate read-only variables in struct xfs_mount
Dave Chinner
2020-05-27
1
-66
/
+82
|
*
|
|
xfs: reduce free inode accounting overhead
Dave Chinner
2020-05-27
3
-39
/
+13
|
*
|
|
xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()
Dave Chinner
2020-05-27
1
-143
/
+20
|
*
|
|
xfs: cleanup xfs_idestroy_fork
Christoph Hellwig
2020-05-19
6
-37
/
+28
|
*
|
|
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
27
-215
/
+182
[next]