Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4078679ecf93979adff211dd4a840d0956f2aa9f
/
fs
/
xfs
/
xfs_inode.c
330033d
xfs: fix tmpfile/selinux deadlock and initialize security
by Brian Foster
· 11 years ago
fe986f9
Merge branch 'xfs-O_TMPFILE-support' into for-next
by Dave Chinner
· 11 years ago
bf3964c
Merge branch 'xfs-extent-list-locking-fixes' into for-next
by Ben Myers
· 11 years ago
ab29743
xfs: allow linkat() on O_TMPFILE files
by Zhi Yong Wu
· 11 years ago
99b6436
xfs: add O_TMPFILE support
by Zhi Yong Wu
· 11 years ago
163467d
xfs: factor prid related codes into xfs_get_initial_prid()
by Zhi Yong Wu
· 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
982e939
xfs: use xfs_icluster_size_fsb in xfs_ifree_cluster
by Jie Liu
· 11 years ago
126cd10
xfs: get rid of XFS_IALLOC_BLOCKS macros
by Jie Liu
· 11 years ago
0f49efd
xfs: get rid of XFS_INODE_CLUSTER_SIZE macros
by Jie Liu
· 11 years ago
2732036
xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering
by Dave Chinner
· 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
74564fb
xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE
by Brian Foster
· 11 years ago
88877d2
xfs: push down inactive transaction mgmt for ifree
by Brian Foster
· 11 years ago
f7be2d7
xfs: push down inactive transaction mgmt for truncate
by Brian Foster
· 11 years ago
36b21dd
xfs: push down inactive transaction mgmt for remote symlinks
by Brian Foster
· 11 years ago
d948709
xfs: remove usage of is_bad_inode
by Ben Myers
· 11 years ago
0b8182d
xfs: fix the comment of xfs_ifree_cluster()
by Zhi Yong Wu
· 11 years ago
7aab1b2
xfs: convert kuid_t to/from uid_t for internal structures
by Dwight Engen
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
e546cb7
xfs: consolidate xfs_utils.c
by Dave Chinner
· 11 years ago
f6bba20
xfs: consolidate xfs_rename.c
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
1fd7115
xfs: introduce xfs_inode_buf.c for inode buffer operations
by Dave Chinner
· 11 years ago
5c4d97d
xfs: move inode fork definitions to a new header file
by Dave Chinner
· 11 years ago
6ca1c90
xfs: separate dquot on disk format definitions out of xfs_quota.h
by Dave Chinner
· 11 years ago
e60896d
xfs: di_flushiter considered harmful
by Dave Chinner
· 11 years ago
a69c7c0
xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJ
by Eric Sandeen
· 13 years ago
1baaed8
xfs: xfs_ifree doesn't need to modify the inode buffer
by Dave Chinner
· 11 years ago
cca9f93
xfs: don't do IO when creating an new inode
by Dave Chinner
· 11 years ago
0a32c26
xfs: inode unlinked list needs to recalculate the inode CRC
by Dave Chinner
· 11 years ago
742ae1e
xfs: introduce CONFIG_XFS_WARN
by Dave Chinner
· 12 years ago
93848a9
xfs: add version 3 inode format with CRCs
by Christoph Hellwig
· 12 years ago
ee1a47a
xfs: add support for large btree blocks
by Christoph Hellwig
· 12 years ago
ec47eb6
xfs remove the XFS_TRANS_DEBUG routines
by Mark Tinguely
· 12 years ago
1813dd6
xfs: convert buffer verifiers to an ops structure.
by Dave Chinner
· 12 years ago
b0f539d
xfs: connect up write verifiers to new buffers
by Dave Chinner
· 12 years ago
612cfbf
xfs: add pre-write metadata buffer verifier callbacks
by Dave Chinner
· 12 years ago
3d3e6f6
xfs: verify btree blocks as they are read from disk
by Dave Chinner
· 12 years ago
af133e8
xfs: verify inode buffers as they are read from disk
by Dave Chinner
· 12 years ago
c3f8fc7
xfs: make buffer read verication an IO completion function
by Dave Chinner
· 12 years ago
72b53ef
xfs: create helper to check whether to free eofblocks on inode
by Brian Foster
· 12 years ago
b6aff29
xfs: don't vmap inode cluster buffers during free
by Dave Chinner
· 12 years ago
cd856db
xfs: Update inode alloc comments
by Carlos Maiolino
· 12 years ago
33479e0
xfs: remove xfs_iget.c
by Dave Chinner
· 12 years ago
fa96aca
xfs: move inode locking functions to xfs_inode.c
by Dave Chinner
· 12 years ago
0b56185
xfs: do not take the iolock in xfs_inactive
by Christoph Hellwig
· 12 years ago
0835890
xfs: remove the alloc_done argument to xfs_dialloc
by Christoph Hellwig
· 12 years ago
129dbc9
xfs: remove xfs_inotobp
by Christoph Hellwig
· 12 years ago
475ee41
xfs: merge xfs_itobp into xfs_imap_to_bp
by Christoph Hellwig
· 12 years ago
3297238
xfs: make largest supported offset less shouty
by Dave Chinner
· 12 years ago
611c994
xfs: make XBF_MAPPED the default behaviour
by Dave Chinner
· 13 years ago
ad1e95c
xfs: clean up xfs_bit.h includes
by Dave Chinner
· 13 years ago
2a0ec1d
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
by Dave Chinner
· 13 years ago
a8acad7
xfs: kill XBF_LOCK
by Dave Chinner
· 13 years ago
04913fd
xfs: pass shutdown method into xfs_trans_ail_delete_bulk
by Dave Chinner
· 13 years ago
43ff212
xfs: on-stack delayed write buffer lists
by Christoph Hellwig
· 13 years ago
4c46819
xfs: do not write the buffer from xfs_iflush
by Christoph Hellwig
· 13 years ago
32ce90a
xfs: remove log item from AIL in xfs_iflush after a shutdown
by Christoph Hellwig
· 13 years ago
f5d8d5c
xfs: split in-core and on-disk inode log item fields
by Christoph Hellwig
· 13 years ago
8a9c998
xfs: log timestamp updates
by Christoph Hellwig
· 13 years ago
ce7ae151
xfs: remove the i_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
f392e63
xfs: replace i_pin_wait with a bit waitqueue
by Christoph Hellwig
· 13 years ago
474fce0
xfs: replace i_flock with a sleeping bitlock
by Christoph Hellwig
· 13 years ago
8096b1e
xfs: remove the if_ext_max field in struct xfs_ifork
by Christoph Hellwig
· 13 years ago
673e8e5
xfs: remove xfs_itruncate_data
by Christoph Hellwig
· 13 years ago
576b1d6
xfs: propagate umode_t
by Al Viro
· 13 years ago
4dd2cb4
xfs: force buffer writeback before blocking on the ilock in inode reclaim
by Christoph Hellwig
· 13 years ago
c867cb6
xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
by Christoph Hellwig
· 13 years ago
38f2323
xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
by Christoph Hellwig
· 13 years ago
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
5c8ed20
xfs: introduce xfs_bmapi_read()
by Dave Chinner
· 13 years ago
2a30f36d
xfs: Check the return value of xfs_trans_get_buf()
by Chandra Seetharaman
· 13 years ago
c2b006c
xfs: let xfs_bwrite callers handle the xfs_buf_relse
by Christoph Hellwig
· 13 years ago
61551f1
xfs: call xfs_buf_delwri_queue directly
by Christoph Hellwig
· 13 years ago
2ddb4e9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Alex Elder
· 13 years ago
abbede1
xfs: get rid of open-coded S_ISREG(), etc.
by Al Viro
· 13 years ago
811e64c
Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned
by Chandra Seetharaman
· 13 years ago
5a52c2a58
xfs: Remove the macro XFS_BUF_ERROR and family
by Chandra Seetharaman
· 13 years ago
c84470d
xfs: remove leftovers of the old btree tracing code
by Christoph Hellwig
· 13 years ago
cb669ca
xfs: remove wrappers around b_iodone
by Christoph Hellwig
· 13 years ago
adadbee
xfs: remove wrappers around b_fspriv
by Christoph Hellwig
· 13 years ago
69ef921
xfs: byteswap constants instead of variables
by Christoph Hellwig
· 13 years ago
f3ca8738
xfs: remove i_transp
by Christoph Hellwig
· 13 years ago
8f04c47
xfs: split xfs_itruncate_finish
by Christoph Hellwig
· 13 years ago
857b977
xfs: kill xfs_itruncate_start
by Christoph Hellwig
· 13 years ago
8a0599d
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
87bef18
xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irec
by Christoph Hellwig
· 13 years ago
ab1908a
xfs: fix up asserts in xfs_iflush_fork
by Christoph Hellwig
· 13 years ago
ec90c55
xfs: remove if_lastex
by Christoph Hellwig
· 13 years ago
a77febb
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
e573751
xfs: fix xfs_itruncate_start tracing
by Dave Chinner
· 14 years ago
70f23fd
treewide: fix a few typos in comments
by Justin P. Mattock
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
Next »