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
/
xfs_iops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-24
xfs: fix I_DONTCACHE
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-2
/
+2
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-6
/
+6
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-4
/
+4
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-2
/
+2
2021-06-01
xfs: clean up open-coded fs block unit conversions
Darrick J. Wong
1
-2
/
+2
2021-04-29
Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-17
/
+48
2021-04-15
xfs: remove XFS_IFINLINE
Christoph Hellwig
1
-2
/
+2
2021-04-12
xfs: convert to fileattr
Miklos Szeredi
1
-0
/
+7
2021-04-07
xfs: move the di_crtime field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-04-07
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-3
/
+3
2021-04-07
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
1
-2
/
+1
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-6
/
+6
2021-04-07
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-03-25
xfs: initialise attr fork on inode create
Dave Chinner
1
-1
/
+33
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-43
/
+58
2021-02-03
xfs: refactor inode ownership change transaction/inode/quota allocation idiom
Darrick J. Wong
1
-24
/
+2
2021-01-24
xfs: support idmapped mounts
Christoph Hellwig
1
-21
/
+28
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-22
/
+30
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-22
xfs: Fix assert failure in xfs_setattr_size()
Yumei Huang
1
-1
/
+1
2020-12-12
xfs: open code updating i_mode in xfs_set_acl
Christoph Hellwig
1
-6
/
+5
2020-12-12
xfs: remove xfs_vn_setattr_nonsize
Christoph Hellwig
1
-19
/
+7
2020-12-09
xfs: remove unnecessary null check in xfs_generic_create
Kaixu Xia
1
-4
/
+2
2020-11-04
xfs: flush new eof page on truncate to avoid post-eof corruption
Brian Foster
1
-0
/
+10
2020-09-25
xfs: directly call xfs_generic_create() for ->create() and ->mkdir()
Kaixu Xia
1
-2
/
+2
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-2
/
+2
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2020-06-03
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
1
-0
/
+1
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
1
-1
/
+1
2020-05-04
fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
Ira Weiny
1
-19
/
+27
2020-05-04
fs/xfs: Create function xfs_inode_should_enable_dax()
Ira Weiny
1
-6
/
+22
2020-05-04
fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
Ira Weiny
1
-1
/
+1
2020-05-04
xfs: combine two if statements with same condition
Kaixu Xia
1
-5
/
+0
2020-03-19
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
1
-1
/
+1
2020-03-02
xfs: clean up the attr flag confusion
Christoph Hellwig
1
-2
/
+1
2020-03-02
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
1
-4
/
+9
2020-03-02
xfs: remove the icdinode di_uid/di_gid members
Christoph Hellwig
1
-5
/
+1
2020-03-02
xfs: ensure that the inode uid/gid match values match the icdinode ones
Christoph Hellwig
1
-3
/
+0
2020-01-09
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
1
-2
/
+4
2019-11-13
xfs: merge the projid fields in struct xfs_icdinode
Christoph Hellwig
1
-1
/
+1
2019-11-13
xfs: use a struct timespec64 for the in-core crtime
Christoph Hellwig
1
-2
/
+1
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-3
/
+1
2019-11-10
xfs: remove the now unused dir ops infrastructure
Christoph Hellwig
1
-1
/
+0
2019-11-10
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
1
-1
/
+0
2019-11-04
xfs: always log corruption errors
Darrick J. Wong
1
-3
/
+7
2019-10-29
xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE
Christoph Hellwig
1
-1
/
+1
[next]