Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3cf3a94c10879d206cc1dd953688c4661ba28d14
/
fs
/
xfs
/
xfs_super.c
f21ce8f
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
5132ba8
xfs: don't cache inodes read through bulkstat
by Dave Chinner
· 13 years ago
49d99a2
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
c999a22
xfs: introduce an allocation workqueue
by Dave Chinner
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
8de5277
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
by Al Viro
· 13 years ago
a05931c
xfs: remove the global xfs_Gqm structure
by Christoph Hellwig
· 13 years ago
8f639dd
xfs: reimplement fdatasync support
by Christoph Hellwig
· 13 years ago
8a9c998
xfs: log timestamp updates
by Christoph Hellwig
· 13 years ago
aa6bf01
xfs: use per-filesystem I/O completion workqueues
by Christoph Hellwig
· 13 years ago
4177af3
Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
by Chandra Seetharaman
· 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
29ad0de
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
be4f1ac
xfs: log all dirty inodes in xfs_fs_sync_fs
by Christoph Hellwig
· 13 years ago
0b8fd30
xfs: log the inode in ->write_inode calls for kupdate
by Christoph Hellwig
· 13 years ago
40d344e
xfs: mark the xfssyncd workqueue as non-reentrant
by Christoph Hellwig
· 13 years ago
34625c6
xfs: remove xfs_qm_sync
by Christoph Hellwig
· 13 years ago
93b8a58
xfs: remove the deprecated nodelaylog option
by Christoph Hellwig
· 13 years ago
9508534
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Alex Elder
· 13 years ago
a9add83
xfs: remove XFS_bflush
by Christoph Hellwig
· 13 years ago
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
4a06fd2
xfs: remove i_iocount
by Christoph Hellwig
· 13 years ago
0030807
xfs: revert to using a kthread for AIL pushing
by Christoph Hellwig
· 13 years ago
58d84c4
xfs: fix ->write_inode return values
by Christoph Hellwig
· 13 years ago
242d621
xfs: deprecate the nodelaylog mount option
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/linux-2.6/xfs_super.c]
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
8daaa83
xfs: make use of new shrinker callout for the inode cache
by Dave Chinner
· 13 years ago
c84470d
xfs: remove leftovers of the old btree tracing code
by Christoph Hellwig
· 13 years ago
2bcf6e9
xfs: start periodic workers later
by Christoph Hellwig
· 13 years ago
a27a263
xfs: make log devices with write back caches work
by Christoph Hellwig
· 13 years ago
aa38572
fs: pass exact type of data dirties to ->dirty_inode
by Christoph Hellwig
· 13 years ago
e84661a
xfs: add online discard support
by Christoph Hellwig
· 13 years ago
1beb65a
xfs: fix duplicate workqueue initialisation
by Dave Chinner
· 13 years ago
39411f8
xfs_destroy_workqueues() should not be tagged with__exit
by Luck, Tony
· 14 years ago
0bf6a5b
xfs: convert the xfsaild threads to a workqueue
by Dave Chinner
· 14 years ago
89e4cb5
xfs: convert ENOSPC inode flushing to use new syncd workqueue
by Dave Chinner
· 14 years ago
c6d09b6
xfs: introduce a xfssyncd workqueue
by Dave Chinner
· 14 years ago
704b290
xfs: register the inode cache shrinker before quotachecks
by Dave Chinner
· 14 years ago
1bfd8d0
xfs: introduce inode cluster buffer trylocks for xfs_iflush
by Dave Chinner
· 14 years ago
4f10700
xfs: Convert linux-2.6/ files to new logging interface
by Dave Chinner
· 14 years ago
20ad9ea
xfs: enable delaylog by default
by Christoph Hellwig
· 14 years ago
7cb3920
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
275220f
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
c58efdb
xfs: ensure log covering transactions are synchronous
by Dave Chinner
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
e677d0f
xfs: reduce the number of AIL push wakeups
by Dave Chinner
· 14 years ago
dcfcf20
xfs: provide a inode iolock lockdep class
by Dave Chinner
· 14 years ago
f30195c
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core
by Jens Axboe
· 14 years ago
d4d7762
block: clean up blkdev_get() wrappers and their users
by Tejun Heo
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 14 years ago
5d0af85
xfs: remove experimental tag from the delaylog option
by Christoph Hellwig
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 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
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
1a1a3e9
xfs: remove xfs_buf wrappers
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
ebad861
xfs: store xfs_mount in the buftarg instead of in the xfs_buf
by Dave Chinner
· 14 years ago
dcd79a1
xfs: don't use vfs writeback for pure metadata modifications
by Dave Chinner
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
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
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
a64afb0
xfs: remove obsolete osyncisosync mount option
by Christoph Hellwig
· 14 years ago
a4190f9
xfs: move inode shrinker unregister even earlier
by Dave Chinner
· 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
64c8614
xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umount
by Christoph Hellwig
· 14 years ago
7a36c8a
xfs: avoid synchronous transaction in xfs_fs_write_inode
by Christoph Hellwig
· 14 years ago
898621d
xfs: simplify inode to transaction joining
by Christoph Hellwig
· 14 years ago
e98c414
xfs: simplify log item descriptor tracking
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
70e60ce
xfs: convert inode shrinker to per-filesystem contexts
by Dave Chinner
· 14 years ago
88e8837
Merge branch 'delayed-logging-for-2.6.35' into for-linus
by Alex Elder
· 14 years ago
71e330b
xfs: Introduce delayed logging core code
by Dave Chinner
· 14 years ago
c115541
xfs: Clean up XFS_BLI_* flag namespace
by Dave Chinner
· 15 years ago
ee9a360
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 14 years ago
37bc574
xfs: wait for direct I/O to complete in fsync and write_inode
by Christoph Hellwig
· 15 years ago
e2a0781
xfs: add blockdev name to kthreads
by Jan Engelhardt
· 15 years ago
9bf729c
xfs: add a shrinker to background inode reclaim
by Dave Chinner
· 15 years ago
fbd9b09
blkdev: generalize flags for blkdev_issue_fn functions
by Dmitry Monakhov
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
26821ed
make sure data is on disk before calling ->write_inode
by Christoph Hellwig
· 15 years ago
07fec73
xfs: log changed inodes instead of writing them synchronously
by Christoph Hellwig
· 15 years ago
c854363
xfs: Use delayed write for inodes rather than async V2
by Dave Chinner
· 15 years ago
d5db0f9
xfs: more reserved blocks fixups
by Eric Sandeen
· 15 years ago
cbe132a
xfs: don't hold onto reserved blocks on remount,ro
by Dave Chinner
· 15 years ago
453eac8
xfs: Don't wake the aild once per second
by Dave Chinner
· 15 years ago
57817c6
xfs: reclaim all inodes by background tree walks
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
30ac068
xfs: cleanup dmapi macros in the umount path
by Christoph Hellwig
· 15 years ago
033da48
xfs: reset the i_iolock lock class in the reclaim path
by Christoph Hellwig
· 15 years ago
Next »