Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8ddb90d2e5dc1b80c538d371bfe361e1bae29297
/
fs
/
xfs
/
xfs_bmap_util.c
264e89a
Merge branch 'xfs-dax-updates' into for-next
by Dave Chinner
· 9 years ago
3fbbbea
xfs: introduce BMAPI_ZERO for allocating zeroed extents
by Dave Chinner
· 9 years ago
dbd5c8c
xfs: pass total block res. as total xfs_bmapi_write() parameter
by Brian Foster
· 9 years ago
d4a97a0
xfs: add missing bmap cancel calls in error paths
by Brian Foster
· 9 years ago
6bc43af
xfs: ensure EFD trans aborts on log recovery extent free failure
by Brian Foster
· 9 years ago
8d99fe9
xfs: fix efi/efd error handling to avoid fs shutdown hangs
by Brian Foster
· 9 years ago
4ea7976
Merge branch 'xfs-commit-cleanup' into for-next
by Dave Chinner
· 10 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 10 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 10 years ago
2e6db6c
xfs: switch remaining xfs_trans_dup users to xfs_trans_roll
by Christoph Hellwig
· 10 years ago
4f69f57
xfs: add DAX block zeroing support
by Dave Chinner
· 10 years ago
6a63ef0
Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next
by Dave Chinner
· 10 years ago
72c1a73
xfs: xfs_shift_file_space can be static
by kbuild test robot
· 10 years ago
a448f8f
Merge branch 'fallocate-insert-range' into for-next
by Dave Chinner
· 10 years ago
a904b1c
xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
by Namjae Jeon
· 10 years ago
723cac4
xfs: lock out page faults from extent swap operations
by Dave Chinner
· 10 years ago
216875a
Merge branch 'xfs-consolidate-format-defs' into for-next
by Dave Chinner
· 10 years ago
bb58e61
xfs: move most of xfs_sb.h to xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
5d11fb4
xfs: rework zero range to prevent invalid i_size updates
by Brian Foster
· 10 years ago
6889e78
Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next
by Dave Chinner
· 10 years ago
da5f109
xfs: flush the range before zero range conversion
by Brian Foster
· 10 years ago
75e58ce
Merge branch 'xfs-buf-iosubmit' into for-next
by Dave Chinner
· 10 years ago
8c15612
xfs: simplify xfs_zero_remaining_bytes
by Christoph Hellwig
· 10 years ago
595bff7
xfs: introduce xfs_buf_submit[_wait]
by Dave Chinner
· 10 years ago
33044dc
Merge branch 'xfs-misc-fixes-for-3.18-2' into for-next
by Dave Chinner
· 10 years ago
7abbb8f
xfs: xfs_swap_extent_flush can be static
by Dave Chinner
· 10 years ago
8b5279e
xfs: only writeback and truncate pages for the freed range
by Brian Foster
· 10 years ago
f71721d
xfs: writeback and inval. file range to be shifted by collapse
by Brian Foster
· 10 years ago
2c845f5
xfs: track collapse via file offset rather than extent index
by Brian Foster
· 10 years ago
41b9d72
xfs: trim eofblocks before collapse range
by Brian Foster
· 10 years ago
1669a8c
xfs: xfs_file_collapse_range is delalloc challenged
by Dave Chinner
· 10 years ago
645f985
Merge branch 'xfs-misc-fixes-3.17-2' into for-next
by Dave Chinner
· 10 years ago
4d7eece
Merge branch 'xfs-misc-fixes-3.17-1' into for-next
by Dave Chinner
· 10 years ago
4ef897a
xfs: flush both inodes in xfs_swap_extents
by Dave Chinner
· 10 years ago
8121768
xfs: fix swapext ilock deadlock
by Dave Chinner
· 10 years ago
dd8c38b
xfs: kill VN_MAPPED
by Dave Chinner
· 10 years ago
2667c6f
xfs: kill VN_CACHED
by Dave Chinner
· 10 years ago
d5cf09b
xfs: require 64-bit sector_t
by Christoph Hellwig
· 10 years ago
7f8a058
Merge branch 'xfs-libxfs-restructure' into for-next
by Dave Chinner
· 10 years ago
cf11da9
xfs: refine the allocation stack switch
by Dave Chinner
· 10 years ago
aa182e6
Revert "xfs: block allocation work needs to be kswapd aware"
by Dave Chinner
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
7691283
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
by Dave Chinner
· 11 years ago
1f6d648
xfs: block allocation work needs to be kswapd aware
by Dave Chinner
· 11 years ago
ce576f1
xfs: remove XFS_TRANS_RESERVE in collapse range
by Namjae Jeon
· 11 years ago
897b73b
xfs: zeroing space needs to punch delalloc blocks
by Dave Chinner
· 11 years ago
e1d8fb8
xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
by Namjae Jeon
· 11 years ago
bf3964c
Merge branch 'xfs-extent-list-locking-fixes' into for-next
by Ben Myers
· 11 years ago
dc16b18
Merge branch 'xfs-misc' into for-next
by Ben Myers
· 11 years ago
6f96b30
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
by Chuansheng Liu
· 11 years ago
4f31736
xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytes
by Christoph Hellwig
· 11 years ago
efa70be
xfs: add xfs_ilock_attr_map_shared
by Christoph Hellwig
· 11 years ago
309ecac
xfs: rename xfs_ilock_map_shared
by Christoph Hellwig
· 11 years ago
01f4f32
xfs: remove xfs_iunlock_map_shared
by Christoph Hellwig
· 11 years ago
83a0adc
xfs: remove xfsbdstrat error
by Christoph Hellwig
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
5706278
xfs: unify directory/attribute format definitions
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
865e944
xfs: fold xfs_change_file_space into xfs_ioc_space
by Christoph Hellwig
· 11 years ago
83aee9e
xfs: simplify the fallocate path
by Christoph Hellwig
· 11 years ago
5f8aca8
xfs: always hold the iolock when calling xfs_change_file_space
by Christoph Hellwig
· 11 years ago
76ca4c2
xfs: always take the iolock around xfs_setattr_size
by Christoph Hellwig
· 11 years ago
fdd3cce
xfs: factor all the kmalloc-or-vmalloc fallback allocations
by Dave Chinner
· 11 years ago
638f4416
xfs: recovery of swap extents operations for CRC filesystems
by Dave Chinner
· 11 years ago
21b5c97
xfs: swap extents operations for CRC filesystems
by Dave Chinner
· 11 years ago
ad4809b
xfs: fix the comment of xfs_bmap_punch_delalloc_range()
by Zhi Yong Wu
· 11 years ago
8be11e9
xfs: fix the comment of xfs_bmap_count_tree()
by Zhi Yong Wu
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
a133d95
xfs: consolidate extent swap code
by Dave Chinner
· 11 years ago
c24b5df
xfs: kill xfs_vnodeops.[ch]
by Dave Chinner
· 11 years ago
6898811
xfs: create xfs_bmap_util.[ch]
by Dave Chinner
· 11 years ago