Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
fd8b81dbbb23d4a3508cfac83256b4f5e770941c
fd8b81d
xfs: remove the xfs_dq_logitem_t typedef
by Pavel Reichl
· 5 years ago
c072fbe
xfs: remove the xfs_quotainfo_t typedef
by Pavel Reichl
· 5 years ago
aefe69a
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
by Pavel Reichl
· 5 years ago
e8777b2
xfs: avoid time_t in user api
by Arnd Bergmann
· 5 years ago
93597ae
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
by kaixuxia
· 5 years ago
048a35d
xfs: don't reset the "inode core" in xfs_iread
by Christoph Hellwig
· 5 years ago
de7a866
xfs: merge the projid fields in struct xfs_icdinode
by Christoph Hellwig
· 5 years ago
8d2d878
xfs: use a struct timespec64 for the in-core crtime
by Christoph Hellwig
· 5 years ago
d8d11fc
xfs: devirtualize ->m_dirnameops
by Christoph Hellwig
· 5 years ago
537dabc
xfs: remove the unused m_chsize field
by Christoph Hellwig
· 5 years ago
a71895c
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
by Darrick J. Wong
· 5 years ago
f9e0370
xfs: kill the XFS_WANT_CORRUPT_* macros
by Darrick J. Wong
· 5 years ago
1ec2861
xfs: add a XFS_IS_CORRUPT macro
by Darrick J. Wong
· 5 years ago
2713fef
xfs: attach dquots before performing xfs_swap_extents
by Darrick J. Wong
· 5 years ago
2815a16
xfs: attach dquots and reserve quota blocks during unwritten conversion
by Darrick J. Wong
· 5 years ago
27d9ee5
xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock
by Darrick J. Wong
· 5 years ago
23220fe
xfs: always pass a valid hdr to xfs_dir3_leaf_check_int
by Christoph Hellwig
· 5 years ago
ae42976
xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int
by Christoph Hellwig
· 5 years ago
957ee13
xfs: remove the now unused dir ops infrastructure
by Christoph Hellwig
· 5 years ago
59b8b46
xfs: devirtualize ->data_get_ftype and ->data_put_ftype
by Christoph Hellwig
· 5 years ago
1848b60
xfs: devirtualize ->data_bestfree_p
by Christoph Hellwig
· 5 years ago
711c7db
xfs: cleanup xfs_dir2_data_entsize
by Christoph Hellwig
· 5 years ago
d73e1ce
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
7e8ae7bd
xfs: devirtualize ->data_entry_tag_p
by Christoph Hellwig
· 5 years ago
fdbb8c5
xfs: devirtualize ->data_entsize
by Christoph Hellwig
· 5 years ago
5c07212
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
by Christoph Hellwig
· 5 years ago
9eedae1
xfs: remove the now unused ->data_entry_p method
by Christoph Hellwig
· 5 years ago
48a7139
xfs: cleanup __xfs_dir3_data_check
by Christoph Hellwig
· 5 years ago
62479f5
xfs: cleanup xfs_dir2_data_freescan_int
by Christoph Hellwig
· 5 years ago
8073af5
xfs: cleanup xfs_dir2_block_to_sf
by Christoph Hellwig
· 5 years ago
4a1a8b2
xfs: cleanup xchk_directory_data_bestfree
by Christoph Hellwig
· 5 years ago
4c037dd
xfs: cleanup xchk_dir_rec
by Christoph Hellwig
· 5 years ago
2f4369a
xfs: cleanup xfs_dir2_leaf_getdents
by Christoph Hellwig
· 5 years ago
263dde8
xfs: cleanup xfs_dir2_block_getdents
by Christoph Hellwig
· 5 years ago
ee641d5
xfs: remove the ->data_unused_p method
by Christoph Hellwig
· 5 years ago
da3ca0d
xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods
by Christoph Hellwig
· 5 years ago
2eb68a5
xfs: remove the data_dotdot_offset field in struct xfs_dir_ops
by Christoph Hellwig
· 5 years ago
1682310
xfs: remove the data_dot_offset field in struct xfs_dir_ops
by Christoph Hellwig
· 5 years ago
c81484e
xfs: remove the unused ->data_first_entry_p method
by Christoph Hellwig
· 5 years ago
4501ed2
xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
by Christoph Hellwig
· 5 years ago
93b1e96
xfs: devirtualize ->sf_get_ino and ->sf_put_ino
by Christoph Hellwig
· 5 years ago
50f6bb6
xfs: devirtualize ->sf_entsize and ->sf_nextentry
by Christoph Hellwig
· 5 years ago
84915e1
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
by Christoph Hellwig
· 5 years ago
3d92c93
xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
by Christoph Hellwig
· 5 years ago
5893e4f
xfs: move the max dir2 free bests count to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
ed1d612
xfs: move the dir2 free header size to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
a84f3d5
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
by Christoph Hellwig
· 5 years ago
195b0a4
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
by Christoph Hellwig
· 5 years ago
200dada
xfs: devirtualize ->free_hdr_to_disk
by Christoph Hellwig
· 5 years ago
5ba3091
xfs: devirtualize ->free_hdr_from_disk
by Christoph Hellwig
· 5 years ago
478c783
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
545910b
xfs: move the dir2 leaf header size to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
787b089
xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
by Christoph Hellwig
· 5 years ago
163fbbb
xfs: devirtualize ->leaf_hdr_to_disk
by Christoph Hellwig
· 5 years ago
5184255
xfs: devirtualize ->leaf_hdr_from_disk
by Christoph Hellwig
· 5 years ago
3b34441
xfs: move the node header size to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
51908ca
xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
by Christoph Hellwig
· 5 years ago
e1c8af1
xfs: devirtualize ->node_hdr_to_disk
by Christoph Hellwig
· 5 years ago
f475dc4d
xfs: devirtualize ->node_hdr_from_disk
by Christoph Hellwig
· 5 years ago
649d9d9
xfs: refactor btree node scrubbing
by Christoph Hellwig
· 5 years ago
b16be56
xfs: use unsigned int for all size values in struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
a39f089a
xfs: move incore structures out of xfs_da_format.h
by Christoph Hellwig
· 5 years ago
7f6bcf7
xfs: remove a stray tab in xfs_remount_rw()
by Dan Carpenter
· 5 years ago
895e196
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
by Darrick J. Wong
· 5 years ago
2fe4f92
xfs: refactor "does this fork map blocks" predicate
by Darrick J. Wong
· 5 years ago
5113f8e
xfs: clean up weird while loop in xfs_alloc_ag_vextent_near
by Darrick J. Wong
· 5 years ago
f755979
xfs: annotate functions that trip static checker locking checks
by Darrick J. Wong
· 5 years ago
cf085a1
xfs: Correct comment tyops -> typos
by Joe Perches
· 5 years ago
d6abecb
xfs: range check ri_cnt when recovering log items
by Darrick J. Wong
· 5 years ago
1202546
xfs: "optimize" buffer item log segment bitmap setting
by Darrick J. Wong
· 5 years ago
f5be084
xfs: null out bma->prev if no previous extent
by Darrick J. Wong
· 5 years ago
5f213dd
xfs: fix missing header includes
by Darrick J. Wong
· 5 years ago
5d1116d
xfs: periodically yield scrub threads to the scheduler
by Darrick J. Wong
· 5 years ago
0279c71
xfs: remove redundant assignment to variable error
by Colin Ian King
· 5 years ago
8ef34723
xfs: add missing early termination checks to record scrubbing functions
by Darrick J. Wong
· 5 years ago
9842b56
xfs: make the assertion message functions take a mount parameter
by Darrick J. Wong
· 5 years ago
110f09c
xfs: add missing assert in xfs_fsmap_owner_from_rmap
by Darrick J. Wong
· 5 years ago
ee4fb16cb
xfs: decrease indenting problems in xfs_dabuf_map
by Darrick J. Wong
· 5 years ago
50f8300
xfs: fold xfs_mount-alloc() into xfs_init_fs_context()
by Ian Kent
· 5 years ago
8757c38
xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()
by Ian Kent
· 5 years ago
2f8d66b
xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()
by Ian Kent
· 5 years ago
63cd1e9
xfs: move xfs_fc_reconfigure() above xfs_fc_free()
by Ian Kent
· 5 years ago
73e5fff
xfs: switch to use the new mount-api
by Ian Kent
· 5 years ago
7c89fcb
xfs: dont set sb in xfs_mount_alloc()
by Ian Kent
· 5 years ago
9a86181
xfs: move xfs_parseargs() validation to a helper
by Ian Kent
· 5 years ago
48a06e1
xfs: refactor xfs_parseags()
by Ian Kent
· 5 years ago
846410c
xfs: avoid redundant checks when options is empty
by Ian Kent
· 5 years ago
c0a6791
xfs: refactor suffix_kstrtoint()
by Ian Kent
· 5 years ago
2c6eba3
xfs: add xfs_remount_ro() helper
by Ian Kent
· 5 years ago
82332b6
xfs: add xfs_remount_rw() helper
by Ian Kent
· 5 years ago
a943f37
xfs: merge freeing of mp names and mp
by Ian Kent
· 5 years ago
7b77b46
xfs: use kmem functions for struct xfs_mount
by Ian Kent
· 5 years ago
3d9d60d
xfs: dont use XFS_IS_QUOTA_RUNNING() for option check
by Ian Kent
· 5 years ago
e1d3d21
xfs: use super s_id instead of struct xfs_mount m_fsname
by Ian Kent
· 5 years ago
f676c75
xfs: remove unused struct xfs_mount field m_fsname_len
by Ian Kent
· 5 years ago
a5155b8
xfs: always log corruption errors
by Darrick J. Wong
· 5 years ago
d243b89
xfs: constify the buffer pointer arguments to error functions
by Darrick J. Wong
· 5 years ago
e91ec88
xfs: relax shortform directory size checks
by Darrick J. Wong
· 5 years ago
c34d570
xfs: cleanup use of the XFS_ALLOC_ flags
by Christoph Hellwig
· 5 years ago
fd638f1
xfs: move extent zeroing to xfs_bmapi_allocate
by Christoph Hellwig
· 5 years ago
Next »