Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
798f4e5eaae27805ebee14becc832fa5ad54046c
/
fs
/
xfs
/
xfs_dfrag.c
fb59581
xfs: remove xfs_flushinval_pages
by Dave Chinner
· 12 years ago
f5b8911
xfs: remove xfs_tosspages
by Dave Chinner
· 12 years ago
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
1ea65c9
switch xfs_swapext() to fget_light()
by Al Viro
· 12 years ago
ad1e95c
xfs: clean up xfs_bit.h includes
by Dave Chinner
· 13 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
f5d8d5c
xfs: split in-core and on-disk inode log item fields
by Christoph Hellwig
· 13 years ago
8096b1e
xfs: remove the if_ext_max field in struct xfs_ifork
by Christoph Hellwig
· 13 years ago
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
815cb21
xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commit
by Christoph Hellwig
· 13 years ago
45c51b9
xfs: cleanup duplicate initializations
by David Sterba
· 14 years ago
5348778
xfs: convert xfs_fs_cmn_err to new error logging API
by Dave Chinner
· 14 years ago
309c848
xfs: delayed alloc blocks beyond EOF are valid after writeback
by Dave Chinner
· 14 years ago
898621d
xfs: simplify inode to transaction joining
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
1817176
xfs: prevent swapext from operating on write-only files
by Dan Rosenberg
· 14 years ago
dd77ef9
xfs: more swap extent fixes for dynamic fork offsets
by Dave Chinner
· 15 years ago
6bded0f
xfs: clean up inconsistent variable naming in xfs_swap_extent
by Dave Chinner
· 15 years ago
3a85cd9
xfs: add tracing to xfs_swap_extents
by Dave Chinner
· 15 years ago
e09f986
xfs: xfs_swap_extents needs to handle dynamic fork offsets
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
f9581b1
xfs: implement ->dirty_inode to fix timestamp handling
by Christoph Hellwig
· 15 years ago
1f23920
xfs: fix double unlock in xfs_swap_extents()
by Felix Blyakher
· 16 years ago
7c8f7af
xfs: reject swapext ioctl on swapfiles
by Christoph Hellwig
· 16 years ago
ef8f7fc
xfs: cleanup error handling in xfs_swap_extents
by Josef 'Jeff' Sipek
· 16 years ago
ac12b4e
don't reallocate sxp variable passed into xfs_swapext
by Eric Sandeen
· 16 years ago
743bb465
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
by sandeen@sandeen.net
· 16 years ago
f9114eb
[XFS] Prevent lockdep false positives when locking two inodes.
by David Chinner
· 16 years ago
df80c93
[XFS] remove some easy bhv_vnode_t instances
by Christoph Hellwig
· 16 years ago
e1cccd9
[XFS] kill xfs_lock_dir_and_entry
by Christoph Hellwig
· 16 years ago
0b1f9177
[XFS] remove remaining VN_HOLD calls
by Christoph Hellwig
· 16 years ago
e4f7529
[XFS] Kill shouty XFS_ITOV() macro
by David Chinner
· 16 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 16 years ago
cfa853e
[XFS] remove manual lookup from xfs_rename and simplify locking
by Christoph Hellwig
· 17 years ago
f6aa7f2
[XFS] stop re-checking permissions in xfs_swapext
by Christoph Hellwig
· 17 years ago
35fec8d
[XFS] clean up xfs_swapext
by Christoph Hellwig
· 17 years ago
71ddabb
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
by Eric Sandeen
· 17 years ago
613d704
[XFS] kill xfs_iocore_t
by Christoph Hellwig
· 17 years ago
541d7d3
[XFS] kill unnessecary ioops indirection
by Lachlan McIlroy
· 17 years ago
739bfb2
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
by Christoph Hellwig
· 17 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
e678fb0
[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
67fcaa7
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
by Nathan Scott
· 18 years ago
3e57ecf
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
by Olaf Weber
· 18 years ago
ec86dc0
[XFS] Complete transition away from linvfs naming convention, finally.
by Nathan Scott
· 19 years ago
75e17b3
[XFS] add helper to get xfs_inode from vnode
by Christoph Hellwig
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
a844f45
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
by Nathan Scott
· 19 years ago
d0cfb37
[XFS] Stack footprint reduction for xfs_swapext (used from xfs_fsr)
by Eric Sandeen
· 19 years ago
bd5a876
[XFS] (mostly) remove xfs_inval_cached_pages Since the last round of
by Christoph Hellwig
· 19 years ago
f403b7f
[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.
by Nathan Scott
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago