Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
69395396a0a8866f30d59c66b7be1912ccb5d160
/
fs
/
xfs
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
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
651701d
xfs: remove incorrect log write optimization
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
f2d6761
xfs: remove xfs_iput
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
3070451
xfs: reduce stack usage in xfs_iomap
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
89f3b363
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
cd8b0bb
xfs: remove unused XFS_BMAPI_ flags
by Christoph Hellwig
· 14 years ago
a59f557
xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flags
by Christoph Hellwig
· 14 years ago
9134c23
xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flags
by Christoph Hellwig
· 14 years ago
dbb2f65
xfs: kill the unused xlog_debug variable
by Christoph Hellwig
· 14 years ago
4e0d5f9
xfs: fix the xfs_log_iovec i_addr type
by Christoph Hellwig
· 14 years ago
898621d
xfs: simplify inode to transaction joining
by Christoph Hellwig
· 14 years ago
4d16e92
xfs: simplify buffer pinning
by Christoph Hellwig
· 14 years ago
ca30b2a
xfs: give li_cb callbacks the correct prototype
by Christoph Hellwig
· 14 years ago
7bfa31d
xfs: give xfs_item_ops methods the correct prototypes
by Christoph Hellwig
· 14 years ago
9412e31
xfs: merge iop_unpin_remove into iop_unpin
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
ade7ce3
quota: Clean up the namespace in dqblk_xfs.h
by Christoph Hellwig
· 14 years ago
16fd536
xfs: track AGs with reclaimable inodes in per-ag radix tree
by Dave Chinner
· 14 years ago
70e60ce
xfs: convert inode shrinker to per-filesystem contexts
by Dave Chinner
· 14 years ago
7f8275d
mm: add context argument to shrinker callback
by Dave Chinner
· 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
7124fe0
xfs: validate untrusted inode numbers during lookup
by Dave Chinner
· 14 years ago
7dce11d
xfs: always use iget in bulkstat
by Christoph Hellwig
· 14 years ago
1817176
xfs: prevent swapext from operating on write-only files
by Dan Rosenberg
· 14 years ago
254c8c2
xfs: remove nr_to_write writeback windup.
by Dave Chinner
· 14 years ago
1bf7dbf
Merge branch 'master' into for-linus
by Alex Elder
· 14 years ago
f936972
xfs: improve xfs_isilocked
by Christoph Hellwig
· 14 years ago
070ecdc
xfs: skip writeback from reclaim context
by Christoph Hellwig
· 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
9b98b6f
xfs: fix might_sleep() warning when initialising per-ag tree
by Dave Chinner
· 14 years ago
38e712a
fs/xfs/quota: Add missing mutex_unlock
by Julia Lawall
· 14 years ago
3bd0946
xfs: remove duplicated #include
by Huang Weiyi
· 14 years ago
f8adb4d
xfs: convert more trace events to DEFINE_EVENT
by Li Zefan
· 14 years ago
292ec4c
xfs: xfs_trace.c: remove duplicated #include
by Huang Weiyi
· 14 years ago
07f1a4f
xfs: Check new inode size is OK before preallocating
by Dave Chinner
· 14 years ago
fdc07f4
xfs: clean up xlog_align
by Christoph Hellwig
· 14 years ago
025101d
xfs: cleanup log reservation calculactions
by Christoph Hellwig
· 15 years ago
32891b2
xfs: be more explicit if RT mount fails due to config
by Eric Sandeen
· 15 years ago
657a4cf
xfs: replace E2BIG with EFBIG where appropriate
by Eric Sandeen
· 15 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
88e8837
Merge branch 'delayed-logging-for-2.6.35' into for-linus
by Alex Elder
· 14 years ago
ccf7c23
xfs: Ensure inode allocation buffers are fully replayed
by Dave Chinner
· 14 years ago
df80615
xfs: enable background pushing of the CIL
by Dave Chinner
· 14 years ago
9da1ab1
xfs: forced unmounts need to push the CIL
by Dave Chinner
· 14 years ago
71e330b
xfs: Introduce delayed logging core code
by Dave Chinner
· 14 years ago
ed3b4d6
xfs: Improve scalability of busy extent tracking
by Dave Chinner
· 14 years ago
955833c
xfs: make the log ticket ID available outside the log infrastructure
by Dave Chinner
· 14 years ago
169a7b0
xfs: clean up log ticket overrun debug output
by Dave Chinner
· 15 years ago
c115541
xfs: Clean up XFS_BLI_* flag namespace
by Dave Chinner
· 15 years ago
64fc35d
xfs: modify buffer item reference counting
by Dave Chinner
· 15 years ago
3383ca5
xfs: allow log ticket allocation to take allocation flags
by Dave Chinner
· 15 years ago
524ee36
xfs: Don't reuse the same transaction ID for duplicated transactions.
by Dave Chinner
· 15 years ago
e8bebe2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
46e5876
xfs: constify xattr_handler
by Stephen Hemminger
· 14 years ago
ee9a360
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 14 years ago
c472b43
quota: unify ->set_dqblk
by Christoph Hellwig
· 15 years ago
b9b2dd3
quota: unify ->get_dqblk
by Christoph Hellwig
· 15 years ago
b4ed462
xfs: mark xfs_iomap_write_ helpers static
by Christoph Hellwig
· 15 years ago
Next »