Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1a3e8f3da09c7082d25b512a0ffe569391e4c09a
/
fs
/
xfs
/
linux-2.6
1a3e8f3
xfs: convert inode cache lookups to use RCU locking
by Dave Chinner
· 14 years ago
dcfcf20
xfs: provide a inode iolock lockdep class
by Dave Chinner
· 14 years ago
9f9baab
xfs: clean up xfs_alloc_ag_vextent_exact
by Christoph Hellwig
· 14 years ago
ecff71e
xfs: simplify xfs_map_at_offset
by Christoph Hellwig
· 14 years ago
aeea1b1
xfs: refactor xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
2fa24f9
xfs: remove the all_bh flag from xfs_convert_page
by Christoph Hellwig
· 14 years ago
ed1e7b7
xfs: remove xfs_probe_cluster
by Christoph Hellwig
· 14 years ago
8ff2957
xfs: simplify xfs_map_blocks
by Christoph Hellwig
· 14 years ago
a206c81
xfs: kill xfs_iomap
by Christoph Hellwig
· 14 years ago
6ac7248
xfs: a few small tweaks for overwrites in xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
221cb25
xfs: remove some dead bio handling code
by Christoph Hellwig
· 14 years ago
85da94c
xfs: improve mapping type check in xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
576ecb8
xfs: fix exporting with left over 64-bit inodes
by Samuel Kvasnica
· 14 years ago
90810b9
xfs: push stale, pinned buffers on trylock failures
by Dave Chinner
· 14 years ago
c726de4
xfs: fix failed write truncation handling.
by Dave Chinner
· 14 years ago
ece413f
xfs: remove incorrect assert in xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
c6f6cd0
xfs: use hlist_add_fake
by Christoph Hellwig
· 14 years ago
bfe2741
xfs: move delayed write buffer trace
by Dave Chinner
· 14 years ago
f83282a
xfs: fix per-ag reference counting in inode reclaim tree walking
by Dave Chinner
· 14 years ago
6762b93
xfs: xfs_ioctl: fix information leak to userland
by Kulikov Vasiliy
· 14 years ago
5d0af85
xfs: remove experimental tag from the delaylog option
by Christoph Hellwig
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
7de9c6e
new helper: ihold()
by Al Viro
· 14 years ago
646ec46
fs: remove inode_add_to_list/__inode_add_to_list
by Christoph Hellwig
· 14 years ago
ebdec24
fs: kill block_prepare_write
by Christoph Hellwig
· 14 years ago
5fe3a5a
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
91b7450
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
a731cd1
xfs: semaphore cleanup
by Thomas Gleixner
· 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
78a4b09
xfs: remove xfs_globals.h
by Christoph Hellwig
· 14 years ago
668332e
xfs: remove xfs_version.h
by Christoph Hellwig
· 14 years ago
61ba35d
xfs: remove XFS_MOUNT_NO_PERCPU_SB
by Christoph Hellwig
· 14 years ago
50f59e8
xfs: pack xfs_buf structure more tightly
by Dave Chinner
· 14 years ago
74f75a0
xfs: convert buffer cache hash to rbtree
by Dave Chinner
· 14 years ago
69b491c
xfs: serialise inode reclaim within an AG
by Dave Chinner
· 14 years ago
e3a20c0
xfs: batch inode reclaim lookup
by Dave Chinner
· 14 years ago
78ae525
xfs: implement batched inode lookups for AG walking
by Dave Chinner
· 14 years ago
e13de95
xfs: split out inode walk inode grabbing
by Dave Chinner
· 14 years ago
65d0f20
xfs: split inode AG walking into separate code for reclaim
by Dave Chinner
· 14 years ago
69d6cc7
xfs: remove buftarg hash for external devices
by Dave Chinner
· 14 years ago
26af655
xfs: kill XBF_FS_MANAGED buffers
by Dave Chinner
· 14 years ago
ebad861
xfs: store xfs_mount in the buftarg instead of in the xfs_buf
by Dave Chinner
· 14 years ago
5adc94c
xfs: introduced uncached buffer read primitve
by Dave Chinner
· 14 years ago
686865f
xfs: rename xfs_buf_get_nodaddr to be more appropriate
by Dave Chinner
· 14 years ago
dcd79a1
xfs: don't use vfs writeback for pure metadata modifications
by Dave Chinner
· 14 years ago
e176579
xfs: lockless per-ag lookups
by Dave Chinner
· 14 years ago
4472235
xfs: Introduce XFS_IOC_ZERO_RANGE
by Dave Chinner
· 14 years ago
3ae4c9d
xfs: use range primitives for xfs page cache operations
by Dave Chinner
· 14 years ago
6370a6a
workqueue: add and use WQ_MEM_RECLAIM flag
by Tejun Heo
· 14 years ago
081003f
xfs: properly account for reclaimed inodes
by Johannes Weiner
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
51749e4
xfs: log IO completion workqueue is a high priority queue
by Dave Chinner
· 14 years ago
a122eb2
xfs: prevent reading uninitialized stack memory
by Dan Rosenberg
· 14 years ago
80f6c29
xfs: replace barriers with explicit flush / FUA usage
by Christoph Hellwig
· 14 years ago
cb7a934
Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdev
by Alex Elder
· 14 years ago
9af2546
xfs: Make fiemap work with sparse files
by Tao Ma
· 14 years ago
23963e5
xfs: Disallow 32bit project quota id
by Arkadiusz Mi?kiewicz
· 14 years ago
9bc08a4
xfs: improve buffer cache hash scalability
by Dave Chinner
· 14 years ago
b5420f2
xfs: do not discard page cache data on EAGAIN
by Christoph Hellwig
· 14 years ago
1a387d3
xfs: dummy transactions should not dirty VFS state
by Dave Chinner
· 14 years ago
2fe3366
xfs: ensure f_ffree returned by statfs() is non-negative
by Stuart Brodsky
· 14 years ago
efceab1
xfs: handle negative wbc->nr_to_write during sync writeback
by Dave Chinner
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
a4ffdde
simplify checks for I_CLEAR/I_FREEING
by Al Viro
· 14 years ago
fa9b227
xfs: new truncate sequence
by Christoph Hellwig
· 14 years ago
155130a
get rid of block_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
90e0c22
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
209fb87
xfs simplify and speed up direct I/O completions
by Christoph Hellwig
· 14 years ago
fb511f2
xfs: move aio completion after unwritten extent conversion
by Christoph Hellwig
· 14 years ago
40e2e97
direct-io: move aio_complete into ->end_io
by Christoph Hellwig
· 14 years ago
939d723
xfs: kill the b_strat callback in xfs_buf
by Christoph Hellwig
· 14 years ago
a64afb0
xfs: remove obsolete osyncisosync mount option
by Christoph Hellwig
· 14 years ago
0f1a932
xfs: Fix build when CONFIG_XFS_POSIX_ACL=n
by Tony Luck
· 14 years ago
aea1b95
xfs: use GFP_NOFS for page cache allocation
by Dave Chinner
· 14 years ago
2f11fea
xfs: simplify and remove xfs_ireclaim
by Dave Chinner
· 14 years ago
ec53d1d
xfs: don't block on buffer read errors
by Dave Chinner
· 14 years ago
a4190f9
xfs: move inode shrinker unregister even earlier
by Dave Chinner
· 14 years ago
fa17b25
xfs: remove a dmapi leftover
by Christoph Hellwig
· 14 years ago
78558fe
xfs: writepage always has buffers
by Christoph Hellwig
· 14 years ago
d4f7a5c
xfs: allow writeback from kswapd
by Christoph Hellwig
· 14 years ago
2727ccc
xfs: unregister inode shrinker before freeing filesystem structures
by Dave Chinner
· 14 years ago
cca28fb
xfs: split xfs_itrace_entry
by Christoph Hellwig
· 14 years ago
ef35e92
xfs: remove xfs_iput_new
by Christoph Hellwig
· 14 years ago
d2e078c
xfs: some iget tracing cleanups / fixes
by Christoph Hellwig
· 14 years ago
807cbbd
xfs: do not use emums for flags used in tracing
by Christoph Hellwig
· 14 years ago
64c8614
xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umount
by Christoph Hellwig
· 14 years ago
f2bde9b
xfs: small cleanups for xfs_iomap / __xfs_get_blocks
by Christoph Hellwig
· 14 years ago
7a36c8a
xfs: avoid synchronous transaction in xfs_fs_write_inode
by Christoph Hellwig
· 14 years ago
20cb52e
xfs: simplify xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
89f3b36
xfs: simplify xfs_vm_releasepage
by Christoph Hellwig
· 14 years ago
3d9b02e
xfs: fix corruption case for block size < page size
by Eric Sandeen
· 14 years ago
b4e9181
xfs: remove unused delta tracking code in xfs_bmapi
by Christoph Hellwig
· 14 years ago
Next »