Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9388b166a323f8f7e35eb7a0d17b297ca695fa91
/
fs
/
xfs
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
5d2bf8a
xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n
by Christoph Hellwig
· 14 years ago
785ce41
xfs: tell lockdep about parent iolock usage in filestreams
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
7d2f280
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
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
7de9c6ee
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
1ae4fe6
xfs: remove xfs_refcache.h
by Christoph Hellwig
· 14 years ago
4957a44
xfs: fix the xfs_trans_committed
by Christoph Hellwig
· 14 years ago
dfe188d
xfs: remove unused t_callback field in struct xfs_trans
by Christoph Hellwig
· 14 years ago
d276734
xfs: fix bogus m_maxagi check in xfs_iget
by Christoph Hellwig
· 14 years ago
1b04071
xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters
by Christoph Hellwig
· 14 years ago
96540c7
xfs: do not use xfs_mod_incore_sb for per-cpu counters
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
1922c94
xfs: use unhashed buffers for size checks
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
bd32d25
xfs: remove debug assert for per-ag reference counting
by Dave Chinner
· 14 years ago
d1583a3
xfs: reduce the number of CIL lock round trips during commit
by Dave Chinner
· 14 years ago
9c16991
xfs: eliminate some newly-reported gcc warnings
by Poyo VL
· 14 years ago
c0e59e1
xfs: remove the ->kill_root btree operation
by Christoph Hellwig
· 14 years ago
acecf1b
xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush
by Christoph Hellwig
· 14 years ago
52fda11
xfs: simplify xfs_qm_dqusage_adjust
by Christoph Hellwig
· 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
80f44b1
quota: Make QUOTACTL config be selected by its users
by Jan Kara
· 14 years ago
8016867
xfs: force background CIL push under sustained load
by Dave Chinner
· 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
72656c4
xfs: prevent 32bit overflow in space reservation
by Dave Chinner
· 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
3b93c7a
xfs: don't do memory allocation under the CIL context lock
by Dave Chinner
· 14 years ago
a44f13e
xfs: Reduce log force overhead for delayed logging
by Dave Chinner
· 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
4536f2a
xfs: fix untrusted inode number lookup
by Dave Chinner
· 14 years ago
5b3eed7
xfs: ensure we mark all inodes in a freed cluster XFS_ISTALE
by Dave Chinner
· 14 years ago
d17c701
xfs: unlock items before allowing the CIL to commit
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
696123f
xfs: fix big endian build
by Dave Chinner
· 14 years ago
ecd7f08
xfs: clean up xfs_bmap_get_bp
by Christoph Hellwig
· 14 years ago
5d18898
xfs: simplify xfs_truncate_file
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
0664ce8
xfs: clean up filestreams helpers
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
0f1a932
xfs: Fix build when CONFIG_XFS_POSIX_ACL=n
by Tony Luck
· 14 years ago
3f34885
xfs: fix unsigned underflow in xfs_free_eofblocks
by Kulikov Vasiliy
· 14 years ago
aea1b95
xfs: use GFP_NOFS for page cache allocation
by Dave Chinner
· 14 years ago
4a7eddd
xfs: fix memory reclaim recursion deadlock on locked inode buffer
by Dave Chinner
· 14 years ago
4386970
xfs: fix xfs_trans_add_item() lockdep warnings
by Dave Chinner
· 14 years ago
2f11fea
xfs: simplify and remove xfs_ireclaim
by Dave Chinner
· 14 years ago
Next »