Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
ad171f90200c61bad91a16ba2812e07e6425168a
/
fs
/
xfs
/
xfs_inode.c
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
ce7ae15
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
f3ca873
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
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
1bfd8d0
xfs: introduce inode cluster buffer trylocks for xfs_iflush
by Dave Chinner
· 14 years ago
0b932cc
xfs: Convert remaining cmn_err() callers to new API
by Dave Chinner
· 14 years ago
5348778
xfs: convert xfs_fs_cmn_err to new error logging API
by Dave Chinner
· 14 years ago
65333b4
xfs: kill xfs_fs_repair_cmn_err() macro
by Dave Chinner
· 14 years ago
6a19d93
xfs: convert xfs_cmn_err to xfs_alert_tag
by Dave Chinner
· 14 years ago
ec3ba85
xfs: more sensible inode refcounting for ialloc
by Christoph Hellwig
· 14 years ago
821eb21
xfs: connect up buffer reclaim priority hooks
by Dave Chinner
· 14 years ago
1a3e8f3
xfs: convert inode cache lookups to use RCU locking
by Dave Chinner
· 14 years ago
6743099
xfs: Extend project quotas to support 32bit project ids
by Arkadiusz Mi?kiewicz
· 14 years ago
1a1a3e9
xfs: remove xfs_buf wrappers
by Christoph Hellwig
· 14 years ago
6c77b0e
xfs: remove xfs_cred.h
by Christoph Hellwig
· 14 years ago
5b3eed7
xfs: ensure we mark all inodes in a freed cluster XFS_ISTALE
by Dave Chinner
· 14 years ago
939d723
xfs: kill the b_strat callback in xfs_buf
by Christoph Hellwig
· 14 years ago
73523a2
xfs: fix gcc 4.6 set but not read and unused statement warnings
by Christoph Hellwig
· 14 years ago
4a7eddd
xfs: fix memory reclaim recursion deadlock on locked inode buffer
by Dave Chinner
· 14 years ago
b4e9181
xfs: remove unused delta tracking code in xfs_bmapi
by Christoph Hellwig
· 14 years ago
cd8b0bb
xfs: remove unused XFS_BMAPI_ flags
by Christoph Hellwig
· 14 years ago
898621d
xfs: simplify inode to transaction joining
by Christoph Hellwig
· 14 years ago
ca30b2a
xfs: give li_cb callbacks the correct prototype
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
7b6259e
xfs: remove block number from inode lookup code
by Dave Chinner
· 14 years ago
1920779
xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED
by Dave Chinner
· 14 years ago
5b257b4
xfs: fix race in inode cluster freeing failing to stale inodes
by Dave Chinner
· 14 years ago
fb3b504
xfs: fix access to upper inodes without inode64
by Christoph Hellwig
· 14 years ago
4aaf15d
xfs: Add inode pin counts to traces
by Dave Chinner
· 15 years ago
a14a5ab
xfs: remove xfs_ipin/xfs_iunpin
by Christoph Hellwig
· 15 years ago
60ec678
xfs: cleanup xfs_iunpin_wait/xfs_iunpin_nowait
by Christoph Hellwig
· 15 years ago
c854363
xfs: Use delayed write for inodes rather than async V2
by Dave Chinner
· 15 years ago
777df5a
xfs: Make inode reclaim states explicit
by Dave Chinner
· 15 years ago
a14a348
xfs: cleanup up xfs_log_force calling conventions
by Christoph Hellwig
· 15 years ago
0cadda1
xfs: remove duplicate buffer flags
by Christoph Hellwig
· 15 years ago
44b56e0
xfs: convert remaining direct references to m_perag
by Dave Chinner
· 15 years ago
5017e97
xfs: rename xfs_get_perag
by Dave Chinner
· 15 years ago
4b6a468
xfs: fix stale inode flush avoidance
by Dave Chinner
· 15 years ago
44e08c4
xfs: Don't flush stale inodes
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
6ef3554
xfs: change the xfs_iext_insert / xfs_iext_remove
by Christoph Hellwig
· 15 years ago
f9581b1
xfs: implement ->dirty_inode to fix timestamp handling
by Christoph Hellwig
· 15 years ago
d96f8f8
xfs: add more statics & drop some unused functions
by Eric Sandeen
· 15 years ago
b89d420
xfs: check for dinode realtime flag corruption
by Christoph Hellwig
· 15 years ago
ef14f0c
xfs: use generic Posix ACL code
by Christoph Hellwig
· 15 years ago
f25181f
xfs_file_last_byte() needs to acquire ilock
by Lachlan McIlroy
· 16 years ago
2809f76
xfs: sanity check attr fork size
by Christoph Hellwig
· 16 years ago
9d87c31
[XFS] Remove the rest of the macro-to-function indirections.
by Eric Sandeen
· 16 years ago
4fdc778
[XFS] Remove XFS_BUF_SHUT() and friends
by Lachlan McIlroy
· 16 years ago
6d73cf1
[XFS] resync headers with libxfs
by Christoph Hellwig
· 16 years ago
e055f13
[XFS] Remove unused tracing code
by Lachlan McIlroy
· 16 years ago
25e41b3
move vn_iowait / vn_iowake into xfs_aops.c
by Christoph Hellwig
· 16 years ago
5cafdeb
cleanup the inode reclaim path
by Christoph Hellwig
· 16 years ago
24f211b
[XFS] move inode allocation out xfs_iread
by Christoph Hellwig
· 16 years ago
b48d8d6
[XFS] kill the XFS_IMAP_BULKSTAT flag
by Christoph Hellwig
· 16 years ago
92bfc6e
[XFS] embededd struct xfs_imap into xfs_inode
by Christoph Hellwig
· 16 years ago
94e1b69
[XFS] merge xfs_imap into xfs_dilocate
by Christoph Hellwig
· 16 years ago
a194189
[XFS] remove dead code for old inode item recovery
by Christoph Hellwig
· 16 years ago
76d8b27
[XFS] stop using xfs_itobp in xfs_iread
by Christoph Hellwig
· 16 years ago
51ce16d
[XFS] kill XFS_DINODE_VERSION_ defines
by Christoph Hellwig
· 16 years ago
81591fe
[XFS] kill xfs_dinode_core_t
by Christoph Hellwig
· 16 years ago
5e1be0f
[XFS] factor out xfs_read_agi helper
by Christoph Hellwig
· 16 years ago
cc09c0d
[XFS] Fix double free of log tickets
by Dave Chinner
· 16 years ago
9ed0451
[XFS] free partially initialized inodes using destroy_inode
by Christoph Hellwig
· 16 years ago
c679eef
[XFS] stop using xfs_itobp in xfs_bulkstat
by Christoph Hellwig
· 16 years ago
783a2f6
[XFS] Finish removing the mount pointer from the AIL API
by David Chinner
· 16 years ago
c7e8f26
[XFS] Move the AIL lock into the struct xfs_ail
by David Chinner
· 16 years ago
7b2e2a3
[XFS] Allow 64 bit machines to avoid the AIL lock during flushes
by David Chinner
· 16 years ago
Next »