index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_iops.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: flush new eof page on truncate to avoid post-eof corruption
Brian Foster
2020-11-04
1
-0
/
+10
*
xfs: directly call xfs_generic_create() for ->create() and ->mkdir()
Kaixu Xia
2020-09-25
1
-2
/
+2
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-06
1
-0
/
+1
|
\
|
*
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-04
1
-0
/
+1
*
|
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-1
/
+1
*
|
fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
Ira Weiny
2020-05-04
1
-19
/
+27
*
|
fs/xfs: Create function xfs_inode_should_enable_dax()
Ira Weiny
2020-05-04
1
-6
/
+22
*
|
fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
Ira Weiny
2020-05-04
1
-1
/
+1
*
|
xfs: combine two if statements with same condition
Kaixu Xia
2020-05-04
1
-5
/
+0
|
/
*
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
1
-1
/
+1
*
xfs: clean up the attr flag confusion
Christoph Hellwig
2020-03-03
1
-2
/
+1
*
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
2020-03-03
1
-4
/
+9
*
xfs: remove the icdinode di_uid/di_gid members
Christoph Hellwig
2020-03-03
1
-5
/
+1
*
xfs: ensure that the inode uid/gid match values match the icdinode ones
Christoph Hellwig
2020-03-03
1
-3
/
+0
*
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
2020-01-09
1
-2
/
+4
*
xfs: merge the projid fields in struct xfs_icdinode
Christoph Hellwig
2019-11-13
1
-1
/
+1
*
xfs: use a struct timespec64 for the in-core crtime
Christoph Hellwig
2019-11-13
1
-2
/
+1
*
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
2019-11-13
1
-3
/
+1
*
xfs: remove the now unused dir ops infrastructure
Christoph Hellwig
2019-11-11
1
-1
/
+0
*
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-11
1
-1
/
+0
*
xfs: always log corruption errors
Darrick J. Wong
2019-11-04
1
-3
/
+7
*
xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE
Christoph Hellwig
2019-10-29
1
-1
/
+1
*
xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
Christoph Hellwig
2019-10-29
1
-1
/
+1
*
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
2019-10-29
1
-1
/
+1
*
xfs: remove the m_readio_* fields in struct xfs_mount
Christoph Hellwig
2019-10-29
1
-1
/
+1
*
xfs: cleanup calculating the stat optimal I/O size
Christoph Hellwig
2019-10-29
1
-10
/
+37
*
xfs: add a xfs_inode_buftarg helper
Christoph Hellwig
2019-10-28
1
-1
/
+1
*
xfs: split the iomap ops for buffered vs direct writes
Christoph Hellwig
2019-10-21
1
-2
/
+2
*
xfs: split out a new set of read-only iomap ops
Christoph Hellwig
2019-10-21
1
-1
/
+1
*
xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
Darrick J. Wong
2019-08-23
1
-0
/
+1
*
xfs: remove unused header files
Eric Sandeen
2019-06-29
1
-10
/
+0
*
xfs: fix reporting supported extra file attributes for statx()
Luis R. Rodriguez
2019-03-01
1
-0
/
+8
*
xfs: don't ever put nlink > 0 inodes on the unlinked list
Darrick J. Wong
2019-02-15
1
-2
/
+11
*
xfs: don't crash the vfs on a garbage inline symlink
Darrick J. Wong
2018-09-29
1
-1
/
+11
*
Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-08-14
1
-2
/
+3
|
\
|
*
xfs: clean up IRELE/iput callsites
Darrick J. Wong
2018-07-26
1
-2
/
+2
|
*
xfs: remove all boilerplate defer init/finish code
Brian Foster
2018-07-26
1
-2
/
+0
|
*
xfs: pull up dfops from xfs_itruncate_extents()
Brian Foster
2018-07-26
1
-0
/
+3
*
|
new helper: inode_fake_hash()
Al Viro
2018-08-03
1
-1
/
+1
|
/
*
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-15
1
-1
/
+1
|
\
|
*
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-06-06
1
-1
/
+1
*
|
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-06-13
1
-13
/
+9
|
\
\
|
*
|
xfs: setup VFS i_rwsem lockdep state correctly
Dave Chinner
2018-06-08
1
-0
/
+8
|
*
|
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
|
|
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-09
1
-6
/
+10
|
\
\
\
|
*
|
|
xfs: prepare xfs_break_layouts() for another layout type
Dan Williams
2018-05-22
1
-3
/
+3
|
*
|
|
xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL
Dan Williams
2018-05-22
1
-3
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-06-05
1
-6
/
+26
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fs: allow per-device dax status checking for filesystems
Darrick J. Wong
2018-05-31
1
-5
/
+25
[next]