index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_file.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-merge
Carlos Maiolino
1
-39
/
+312
2025-03-13
Revert "xfs: add pre-content fsnotify hook for DAX faults"
Amir Goldstein
1
-13
/
+0
2025-03-03
xfs: implement direct writes to zoned RT devices
Christoph Hellwig
1
-8
/
+72
2025-03-03
xfs: implement buffered writes to zoned RT devices
Christoph Hellwig
1
-25
/
+216
2025-03-03
xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes
Christoph Hellwig
1
-4
/
+11
2025-03-03
xfs: allow internal RT devices for zoned mode
Christoph Hellwig
1
-1
/
+1
2025-03-03
xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write
Christoph Hellwig
1
-1
/
+10
2025-02-27
xfs: flag as supporting FOP_DONTCACHE
Jens Axboe
1
-1
/
+2
2025-02-06
iomap: pass private data to iomap_page_mkwrite
Christoph Hellwig
1
-1
/
+2
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-0
/
+13
2024-12-12
xfs: don't drop errno values when we fail to ficlone the entire range
Darrick J. Wong
1
-0
/
+8
2024-12-11
xfs: add pre-content fsnotify hook for DAX faults
Josef Bacik
1
-0
/
+13
2024-11-21
Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-36
/
+30
2024-11-18
Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+16
2024-11-05
xfs: remove xfs_page_mkwrite_iomap_ops
Christoph Hellwig
1
-1
/
+1
2024-11-05
xfs: remove __xfs_filemap_fault
Christoph Hellwig
1
-18
/
+11
2024-11-05
xfs: split write fault handling out of __xfs_filemap_fault
Christoph Hellwig
1
-22
/
+19
2024-11-05
xfs: split the page fault trace event
Christoph Hellwig
1
-2
/
+6
2024-11-04
xfs: Support setting FMODE_CAN_ATOMIC_WRITE
John Garry
1
-0
/
+2
2024-11-04
xfs: Validate atomic writes
John Garry
1
-0
/
+14
2024-10-15
xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
Christoph Hellwig
1
-1
/
+7
2024-10-15
xfs: factor out a xfs_file_write_zero_eof helper
Christoph Hellwig
1
-58
/
+82
2024-09-20
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2024-09-19
Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+69
2024-09-03
iomap: add a private argument for iomap_file_buffered_write
Josef Bacik
1
-1
/
+1
2024-09-03
xfs: reclaim speculative preallocations for append only files
Christoph Hellwig
1
-0
/
+4
2024-09-03
xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocks
Christoph Hellwig
1
-3
/
+2
2024-09-03
xfs: only free posteof blocks on first close
Darrick J. Wong
1
-21
/
+11
2024-09-03
xfs: don't free post-EOF blocks on read close
Dave Chinner
1
-1
/
+7
2024-09-03
xfs: skip all of xfs_file_release when shut down
Christoph Hellwig
1
-4
/
+6
2024-09-03
xfs: don't bother returning errors from xfs_file_release
Christoph Hellwig
1
-9
/
+9
2024-09-03
xfs: refactor f_op->release handling
Christoph Hellwig
1
-3
/
+68
2024-08-28
xfs: refactor xfs_file_fallocate
Christoph Hellwig
1
-122
/
+208
2024-08-28
xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space
Christoph Hellwig
1
-5
/
+3
2024-08-28
xfs: call xfs_flush_unmap_range from xfs_free_file_space
Christoph Hellwig
1
-21
/
+0
2024-07-01
xfs: fold xfs_ilock_for_write_fault into xfs_write_fault
Christoph Hellwig
1
-18
/
+15
2024-07-01
xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_fault
Christoph Hellwig
1
-3
/
+2
2024-07-01
xfs: refactor __xfs_filemap_fault
Christoph Hellwig
1
-26
/
+45
2024-07-01
xfs: simplify xfs_dax_fault
Christoph Hellwig
1
-21
/
+13
2024-07-01
xfs: cleanup xfs_ilock_iocb_for_write
Christoph Hellwig
1
-7
/
+11
2024-05-20
Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-82
/
+8
2024-04-24
xfs: don't call xfs_file_open from xfs_dir_open
Christoph Hellwig
1
-1
/
+3
2024-04-24
xfs: drop fop_flags for directories
Christoph Hellwig
1
-2
/
+0
2024-04-24
xfs: fix overly long line in the file_operations
Christoph Hellwig
1
-4
/
+4
2024-04-15
xfs: refactor non-power-of-two alignment checks
Darrick J. Wong
1
-9
/
+3
2024-04-15
xfs: create a new helper to return a file's allocation unit
Darrick J. Wong
1
-20
/
+12
2024-04-15
xfs: declare xfs_file.c symbols in xfs_file.h
Darrick J. Wong
1
-0
/
+1
2024-04-15
xfs: move inode lease breaking functions to xfs_inode.c
Darrick J. Wong
1
-61
/
+0
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
1
-3
/
+5
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
1
-2
/
+2
[next]