Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3c52065fbbf3bd11776d63d43e18d0fd285b02e2
/
fs
/
xfs
/
xfs_inode.c
2cf7f0d
[XFS] Wait for all I/O on truncate to zero file size
by Lachlan McIlroy
· 16 years ago
71a8c87
[XFS] Remove xfs_iext_irec_compact_full()
by Lachlan McIlroy
· 16 years ago
f1ccd29
[XFS] Fix extent list corruption in xfs_iext_irec_compact_full().
by Lachlan McIlroy
· 16 years ago
9e2b2dc
CRED: Introduce credential access wrappers
by David Howells
· 16 years ago
5695ef46
[XFS] Use KM_NOFS for debug trace buffers
by Lachlan McIlroy
· 16 years ago
dff35fd
[XFS] update timestamp in xfs_ialloc manually
by Christoph Hellwig
· 16 years ago
c63942d
[XFS] replace inode flush semaphore with a completion
by David Chinner
· 16 years ago
597bca6
[XFS] use get_unaligned_* helpers
by Harvey Harrison
· 16 years ago
41be8be
[XFS] sanitize xfs_initialize_vnode
by Christoph Hellwig
· 16 years ago
5ec7f8c
[XFS] kill bhv_vnode_t
by Christoph Hellwig
· 16 years ago
df80c93
[XFS] remove some easy bhv_vnode_t instances
by Christoph Hellwig
· 16 years ago
6785073
[XFS] Use KM_NOFS for incore inode extent tree allocation V2
by David Chinner
· 16 years ago
e4f7529
[XFS] Kill shouty XFS_ITOV() macro
by David Chinner
· 16 years ago
705db4a
[XFS] kill shouty XFS_ITOV_NULL macro
by David Chinner
· 16 years ago
6278deb
[XFS] fix extent corruption in xfs_iext_irec_compact_full()
by Lachlan McIlroy
· 17 years ago
7f871d5
[XFS] make inode reclaim wait for log I/O to complete
by Lachlan McIlroy
· 17 years ago
61436fe
[XFS] kill xfs_igrow_start and xfs_igrow_finish
by Christoph Hellwig
· 17 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 17 years ago
c8f5f12
[XFS] Fix inode list allocation size in writeback.
by David Chinner
· 17 years ago
49383b0
[XFS] Don't allow memory reclaim to wait on the filesystem in inode writeback
by David Chinner
· 17 years ago
579aa9c
[XFS] shrink mrlock_t
by Christoph Hellwig
· 17 years ago
f648505
[XFS] Ensure the inode is joined in xfs_itruncate_finish
by David Chinner
· 17 years ago
e4ac967
[XFS] xfs_iflush_fork() never returns an error.
by David Chinner
· 17 years ago
db7a19f
[XFS] Ensure xfs_bawrite() errors are checked.
by David Chinner
· 17 years ago
e5720ee
[XFS] Propagate errors from xfs_trans_commit().
by David Chinner
· 17 years ago
3354040
[XFS] Use xfs_inode_clean() in more places
by David Chinner
· 17 years ago
bad5584
[XFS] Remove the xfs_icluster structure
by David Chinner
· 17 years ago
a3f74ff
[XFS] Don't block pdflush when writing back inodes
by David Chinner
· 17 years ago
4ae29b4
[XFS] Factor xfs_itobp() and xfs_inotobp().
by David Chinner
· 17 years ago
6211870
[XFS] remove shouting-indirection macros from xfs_sb.h
by Eric Sandeen
· 17 years ago
4576758
[XFS] use generic_permission
by Christoph Hellwig
· 17 years ago
45ba598
[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.
by Christoph Hellwig
· 17 years ago
40ebd81
[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity
by Robert P. J. Day
· 17 years ago
71ddabb
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
by Eric Sandeen
· 17 years ago
5d51eff
[XFS] Fix inode allocation latency
by David Chinner
· 17 years ago
c319b58
[XFS] Make xfs_bulkstat() to report unlinked but referenced inodes
by Vlad Apostolov
· 17 years ago
613d704
[XFS] kill xfs_iocore_t
by Christoph Hellwig
· 17 years ago
287f3da
[XFS] Unwrap AIL_LOCK
by Donald Douwsma
· 17 years ago
541d7d3
[XFS] kill unnessecary ioops indirection
by Lachlan McIlroy
· 17 years ago
cf441ee
[XFS] clean up vnode/inode tracing
by Lachlan McIlroy
· 17 years ago
c734c79
[XFS] Don't wait for pending I/Os when purging blocks beyond eof.
by Lachlan McIlroy
· 17 years ago
859d718
[XFS] get_bulkall() could return incorrect inode state
by Vlad Apostolov
· 17 years ago
bd186aa
[XFS] kill the vfs_flags member in struct bhv_vfs
by Christoph Hellwig
· 17 years ago
745f691
[XFS] call common xfs vfs-level helpers directly and remove vfs operations
by Christoph Hellwig
· 17 years ago
1543d79
[XFS] move v_trace from bhv_vnode to xfs_inode
by Christoph Hellwig
· 17 years ago
b677c21
[XFS] move v_iocount from bhv_vnode to xfs_inode
by Christoph Hellwig
· 17 years ago
2f6f7b3
[XFS] kill v_vfsp member from struct bhv_vnode
by Christoph Hellwig
· 17 years ago
739bfb2
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
by Christoph Hellwig
· 17 years ago
da353b0
[XFS] Radix tree based inode caching
by David Chinner
· 17 years ago
347d1c0
[XFS] dinode endianess annotations
by Christoph Hellwig
· 17 years ago
af3a2e8
[XFS] move linux/log2.h header to xfs_linux.h
by Eric Sandeen
· 17 years ago
cd8b0a9
[XFS] endianess annotations for xfs_bmbt_rec_t
by Christoph Hellwig
· 17 years ago
a6f64d4
[XFS] split ondisk vs incore versions of xfs_bmbt_rec_t
by Christoph Hellwig
· 17 years ago
3a59c94
[XFS] Clean up function name handling in tracing code
by Eric Sandeen
· 17 years ago
b11f94d
[XFS] Quota inode has no parent.
by David Chinner
· 17 years ago
2a82b8b
[XFS] Concurrent Multi-File Data Streams
by David Chinner
· 17 years ago
16a087d
[XFS] Use is_power_of_2 instead of open coding checks
by Vignesh Babu
· 18 years ago
ba87ea6
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
by Lachlan McIlroy
· 18 years ago
d3cf209
[XFS] propogate return codes from flush routines
by Lachlan McIlroy
· 18 years ago
1c72bf9
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL.
by Eric Sandeen
· 18 years ago
7bc5306
[XFS] Remove unused header files for MAC and CAP checking functionality.
by Eric Sandeen
· 18 years ago
f7c99b6
[XFS] Remove unused argument to xfs_bmap_finish
by Eric Sandeen
· 18 years ago
6816016
[XFS] Fix callers of xfs_iozero() to zero the correct range.
by Lachlan McIlroy
· 18 years ago
f74eaf5
[XFS] Fix inode log item use-after-free on forced shutdown
by David Chinner
· 18 years ago
7989cb8
[XFS] Keep stack usage down for 4k stacks by using noinline.
by David Chinner
· 18 years ago
e5ffd2b
[XFS] Stale the correct inode when freeing clusters.
by David Chinner
· 18 years ago
4c60658
[XFS] Prevent a deadlock when xfslogd unpins inodes.
by David Chinner
· 18 years ago
7a18c38
[XFS] Clean up i_flags and i_flags_lock handling.
by David Chinner
· 18 years ago
f273ab8
[XFS] Really fix use after free in xfs_iunpin.
by David Chinner
· 18 years ago
745b1f47
[XFS] Remove last bulkstat false-positives with debug kernels.
by Nathan Scott
· 18 years ago
41ff715
[XFS] Ensure bulkstat from an invalid inode number gets caught always with
by Nathan Scott
· 18 years ago
6fdf8cc
[XFS] Rework code snippets slightly to remove remaining recent-gcc warnings.
by Nathan Scott
· 19 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 19 years ago
0d8fee3
[XFS] Kill direct access to ->count in valusema(); all we ever use it for
by Al Viro
· 19 years ago
4d1a2ed
[XFS] Fix up debug code so that bulkstat wont generate thousands of
by Nathan Scott
· 19 years ago
a916e2b
[XFS] Remove unused parameter from di2xflags routine.
by Nathan Scott
· 19 years ago
67fcaa7
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
by Nathan Scott
· 19 years ago
b83bd13
[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
by Nathan Scott
· 19 years ago
b657452
[XFS] Portability changes: remove prdev, stick to one diagnostic interface.
by Nathan Scott
· 19 years ago
7d04a33
[XFS] Shutdown the filesystem if all device paths have gone. Made
by Nathan Scott
· 19 years ago
71425087
[XFS] Stop a BUG from occurring in generic_delete_inode by preventing
by David Chinner
· 19 years ago
d3446ea
[XFS] Add degframentation exclusion support
by Barry Naujok
· 19 years ago
fe6c1e7
[XFS] Fix size argument in kmem_free().
by Mandy Kirkconnell
· 19 years ago
3e57ecf
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
by Olaf Weber
· 19 years ago
58829e4
[XFS] Fix an inode use-after-free durin an unpin. When reclaiming inodes
by David Chinner
· 19 years ago
c41564b
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
by Nathan Scott
· 19 years ago
38e2299
[XFS] Explain the race closed by the addition of vn_iowait() to the start
by David Chinner
· 19 years ago
9fa8046
[XFS] Fixing the error caused by the conflict between DIO Write's
by Yingping Lu
· 19 years ago
f1fdc84
[XFS] Fixing KDB's xrwtrc command, also added the current process id into
by Yingping Lu
· 19 years ago
3b244aa
[XFS] endianess annotations for xfs_attr_shortform_t
by Nathan Scott
· 19 years ago
b12dd34
[XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is
by Nathan Scott
· 19 years ago
ec86dc0
[XFS] Complete transition away from linvfs naming convention, finally.
by Nathan Scott
· 19 years ago
8867bc9
[XFS] There are a few problems with the new
by Mandy Kirkconnell
· 19 years ago
0293ce3
[XFS] 929045 567344 This mod introduces multi-level in-core file extent
by Mandy Kirkconnell
· 19 years ago
4eea22f
[XFS] 929045 567344 This mod re-organizes some of the in-core file extent
by Mandy Kirkconnell
· 19 years ago
3762ec6
[XFS] Merge in trivial changes, sync up headers with userspace equivalents.
by Nathan Scott
· 19 years ago
42fe2b1
[XFS] fix, speedup and simplify atime handling let the VFS handle atime
by Christoph Hellwig
· 19 years ago
24ee808
[XFS] remove unused vars, args, & unneeded intermediate vars from zeroing code
by Eric Sandeen
· 19 years ago
dd9f438
[XFS] Implement the di_extsize allocator hint for non-realtime files as
by Nathan Scott
· 19 years ago
16259e7
[XFS] Endianess annotations for various allocator data structures
by Christoph Hellwig
· 19 years ago
Next »