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
/
libxfs
/
xfs_inode_fork.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-04
xfs: remove the xfs_inode_log_item_t typedef
Christoph Hellwig
1
-1
/
+1
2020-03-19
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
1
-1
/
+1
2019-11-18
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
1
-4
/
+4
2019-11-04
xfs: always log corruption errors
Darrick J. Wong
1
-0
/
+6
2019-10-21
xfs: fix inode fork extent count overflow
Dave Chinner
1
-4
/
+4
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-8
/
+8
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-3
/
+0
2019-06-28
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2018-07-30
xfs: remove the xfs_ifork_t typedef
Christoph Hellwig
1
-4
/
+4
2018-07-30
xfs: simplify xfs_idata_realloc
Christoph Hellwig
1
-36
/
+19
2018-07-30
xfs: remove if_real_bytes
Christoph Hellwig
1
-15
/
+4
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-03-23
xfs: refactor inode verifier error logging
Darrick J. Wong
1
-6
/
+9
2018-03-23
xfs: refactor bmap record validation
Darrick J. Wong
1
-4
/
+8
2018-01-17
xfs: btree format ifork loader should check for zero numrecs
Darrick J. Wong
1
-0
/
+1
2018-01-08
xfs: provide a centralized method for verifying inline fork data
Darrick J. Wong
1
-20
/
+44
2018-01-08
xfs: refactor short form directory structure verifier function
Darrick J. Wong
1
-3
/
+2
2018-01-08
xfs: move inode fork verifiers to xfs_dinode_verify
Darrick J. Wong
1
-86
/
+0
2017-11-21
xfs: abstract out dev_t conversions
Christoph Hellwig
1
-6
/
+2
2017-11-06
xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent
Christoph Hellwig
1
-3
/
+3
2017-11-06
xfs: remove the nr_extents argument to xfs_iext_insert
Christoph Hellwig
1
-1
/
+1
2017-11-06
xfs: use a b+tree for the in-core extent list
Christoph Hellwig
1
-1022
/
+13
2017-11-06
xfs: remove support for inlining data/extents into the inode fork
Christoph Hellwig
1
-172
/
+13
2017-11-06
xfs: introduce the xfs_iext_cursor abstraction
Christoph Hellwig
1
-34
/
+41
2017-11-06
xfs: iterate over extents in xfs_iextents_copy
Christoph Hellwig
1
-40
/
+13
2017-11-06
xfs: pass an on-disk extent to xfs_bmbt_validate_extent
Christoph Hellwig
1
-5
/
+4
2017-10-26
xfs: add a new xfs_iext_lookup_extent_before helper
Christoph Hellwig
1
-0
/
+21
2017-10-26
xfs: merge xfs_bmap_read_extents into xfs_iread_extents
Christoph Hellwig
1
-37
/
+0
2017-10-26
xfs: remove if_rdev
Christoph Hellwig
1
-17
/
+21
2017-10-26
xfs: remove the never fully implemented UUID fork format
Christoph Hellwig
1
-9
/
+0
2017-10-26
xfs: remove XFS_BMAP_TRACE_EXLIST
Christoph Hellwig
1
-2
/
+6
2017-10-26
xfs: move pre/post-bmap tracing into xfs_iext_update_extent
Christoph Hellwig
1
-1
/
+6
2017-09-02
xfs: fix compiler warnings
Darrick J. Wong
1
-6
/
+3
2017-09-01
xfs: add a xfs_iext_update_extent helper
Christoph Hellwig
1
-0
/
+12
2017-04-25
xfs: simplify validation of the unwritten extent bit
Christoph Hellwig
1
-65
/
+25
2017-03-28
xfs: rework the inline directory verifiers
Darrick J. Wong
1
-22
/
+13
2017-03-15
xfs: verify inline directory data forks
Darrick J. Wong
1
-3
/
+23
2017-02-02
xfs: check for obviously bad level values in the bmbt root
Darrick J. Wong
1
-1
/
+5
2017-02-02
xfs: fix toctou race when locking an inode to access the data map
Darrick J. Wong
1
-2
/
+1
2016-11-24
xfs: new inode extent list lookup helpers
Christoph Hellwig
1
-0
/
+46
2016-11-08
xfs: provide helper for counting extents from if_bytes
Eric Sandeen
1
-12
/
+19
2016-10-04
xfs: introduce the CoW fork
Darrick J. Wong
1
-3
/
+44
2016-10-04
xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
Darrick J. Wong
1
-1
/
+22
2016-05-20
Merge branch 'xfs-4.7-inode-reclaim' into for-next
Dave Chinner
1
-8
/
+19
2016-05-20
Merge branch 'xfs-4.7-misc-fixes' into for-next
Dave Chinner
1
-7
/
+3
2016-05-18
xfs: optimise xfs_iext_destroy
Alex Lyakas
1
-8
/
+19
2016-04-06
xfs: improve kmem_realloc
Christoph Hellwig
1
-7
/
+3
2016-04-06
xfs: optimize inline symlinks
Christoph Hellwig
1
-4
/
+18
2016-04-06
xfs: factor out a helper to initialize a local format inode fork
Christoph Hellwig
1
-18
/
+30
2016-03-07
Merge branch 'xfs-gut-icdinode-4.6' into for-next
Dave Chinner
1
-1
/
+1
[next]