Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2391a0e06789a3f1718dee30b282562f7ed28c87
/
fs
/
xfs
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
94054fa
xfs: warn if direct reclaim tries to writeback pages
by Mel Gorman
· 13 years ago
5619a69
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
59e5253
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
36b8d18
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
9e4c109
xfs: add AIL pushing tracepoints
by Christoph Hellwig
· 13 years ago
2900b33
xfs: put in missed fix for merge problem
by Alex Elder
· 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
5a93a06
xfs: do not flush data workqueues in xfs_flush_buftarg
by Christoph Hellwig
· 13 years ago
a9add83
xfs: remove XFS_bflush
by Christoph Hellwig
· 13 years ago
02b102d
xfs: remove xfs_buf_target_name
by Christoph Hellwig
· 13 years ago
b38505b
xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks
by Christoph Hellwig
· 13 years ago
901796a
xfs: clean up xfs_ioerror_alert
by Christoph Hellwig
· 13 years ago
4347b9d
xfs: clean up buffer allocation
by Christoph Hellwig
· 13 years ago
af5c4be
xfs: remove buffers from the delwri list in xfs_buf_stale
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
5fde032
xfs: remove XFS_BUF_FINISH_IOWAIT
by Christoph Hellwig
· 13 years ago
b17b833
xfs: remove xfs_get_buftarg_list
by Christoph Hellwig
· 13 years ago
87c7bec
xfs: fix buffer flushing during unmount
by Christoph Hellwig
· 13 years ago
1da2f2d
xfs: optimize fsync on directories
by Christoph Hellwig
· 13 years ago
670ce93
xfs: reduce the number of log forces from tail pushing
by Dave Chinner
· 13 years ago
3815832
xfs: Don't allocate new buffers on every call to _xfs_buf_find
by Dave Chinner
· 13 years ago
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
23bb0be
xfs: unlock the inode before log force in xfs_change_file_space
by Christoph Hellwig
· 13 years ago
8292d88
xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadata
by Christoph Hellwig
· 13 years ago
b103705
xfs: unlock the inode before log force in xfs_fsync
by Christoph Hellwig
· 13 years ago
815cb21
xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commit
by Christoph Hellwig
· 13 years ago
c029a50
xfs: fix possible overflow in xfs_ioc_trim()
by Lukas Czerner
· 13 years ago
d952e2f
xfs: cleanup xfs_bmap.h
by Christoph Hellwig
· 13 years ago
b0eab14
xfs: dont ignore error code from xfs_bmbt_update
by Christoph Hellwig
· 13 years ago
c653424
xfs: pass bmalloca to xfs_bmap_add_extent_hole_real
by Christoph Hellwig
· 13 years ago
572a4cf
xfs: pass bmalloca to xfs_bmap_add_extent_delay_real
by Christoph Hellwig
· 13 years ago
c315c90
xfs: move logflags into bmalloca
by Christoph Hellwig
· 13 years ago
e0c3da5
xfs: move lastx and nallocs into bmalloca
by Dave Chinner
· 13 years ago
29c8d17
xfs: move btree cursor into bmalloca
by Dave Chinner
· 13 years ago
963c30c
xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocate
by Dave Chinner
· 13 years ago
3a75667
xfs: rename allocation range fields in struct xfs_bmalloca
by Dave Chinner
· 13 years ago
0937e0f
xfs: move firstblock and bmap freelist cursor into bmalloca structure
by Dave Chinner
· 13 years ago
baf41a5
xfs: move extent records into bmalloca structure
by Dave Chinner
· 13 years ago
1b16447
xfs: pass bmalloca structure to xfs_bmap_isaeof
by Dave Chinner
· 13 years ago
a5bd606b
xfs: remove xfs_bmap_add_extent
by Christoph Hellwig
· 13 years ago
27a3f8f
xfs: introduce xfs_bmap_last_extent
by Christoph Hellwig
· 13 years ago
c0dc782
xfs: rename xfs_bmapi to xfs_bmapi_write
by Dave Chinner
· 13 years ago
b447fe5
xfs: factor unwritten extent map manipulations out of xfs_bmapi
by Dave Chinner
· 13 years ago
7e47a4e
xfs: factor extent allocation out of xfs_bmapi
by Dave Chinner
· 13 years ago
1fd044d
xfs: do not use xfs_bmap_add_extent for adding delalloc extents
by Christoph Hellwig
· 13 years ago
4403280
xfs: introduce xfs_bmapi_delay()
by Christoph Hellwig
· 13 years ago
b64dfe4
xfs: factor delalloc reservations out of xfs_bmapi
by Christoph Hellwig
· 13 years ago
5b777ad
xfs: remove xfs_bmapi_single()
by Dave Chinner
· 13 years ago
5c8ed20
xfs: introduce xfs_bmapi_read()
by Dave Chinner
· 13 years ago
aef9a89
xfs: factor extent map manipulations out of xfs_bmapi
by Dave Chinner
· 13 years ago
ecee76b
xfs: remove the nextents variable in xfs_bmapi
by Christoph Hellwig
· 13 years ago
b9b984d
xfs: remove impossible to read code in xfs_bmap_add_extent_delay_real
by Christoph Hellwig
· 13 years ago
e7455e0
xfs: remove the first extent special case in xfs_bmap_add_extent
by Christoph Hellwig
· 13 years ago
ed32201
xfs: Return -EIO when xfs_vn_getattr() failed
by Mitsuo Hayasaka
· 13 years ago
eabbaf1
xfs: Fix the incorrect comment in the header of _xfs_buf_find
by Chandra Seetharaman
· 13 years ago
2a30f36d
xfs: Check the return value of xfs_trans_get_buf()
by Chandra Seetharaman
· 13 years ago
b522950
xfs: Check the return value of xfs_buf_get()
by Chandra Seetharaman
· 13 years ago
04f658e
xfs: improve ioend error handling
by Christoph Hellwig
· 13 years ago
c58cb16
xfs: avoid direct I/O write vs buffered I/O race
by Christoph Hellwig
· 13 years ago
859f57c
xfs: avoid synchronous transactions when deleting attr blocks
by Christoph Hellwig
· 13 years ago
4a06fd2
xfs: remove i_iocount
by Christoph Hellwig
· 13 years ago
2b3ffd7
xfs: wait for I/O completion when writing out pages in xfs_setattr_size
by Christoph Hellwig
· 13 years ago
fc0063c
xfs: reduce ioend latency
by Christoph Hellwig
· 13 years ago
c859cdd
xfs: defer AIO/DIO completions
by Christoph Hellwig
· 13 years ago
398d25e
xfs: remove dead ENODEV handling in xfs_destroy_ioend
by Christoph Hellwig
· 13 years ago
c4e1c09
xfs: use the "delwri" terminology consistently
by Christoph Hellwig
· 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
5a8ee6b
xfs: move more delwri setup into xfs_buf_delwri_queue
by Christoph Hellwig
· 13 years ago
527cfdf
xfs: remove the unlock argument to xfs_buf_delwri_queue
by Christoph Hellwig
· 13 years ago
375ec69d
xfs: remove delwri buffer handling from xfs_buf_iorequest
by Christoph Hellwig
· 13 years ago
7271d24
xfs: don't serialise adjacent concurrent direct IO appending writes
by Dave Chinner
· 13 years ago
0c38a25
xfs: don't serialise direct IO reads on page cache checks
by Dave Chinner
· 13 years ago
0030807
xfs: revert to using a kthread for AIL pushing
by Christoph Hellwig
· 13 years ago
17b3847
xfs: force the log if we encounter pinned buffers in .iop_pushbuf
by Christoph Hellwig
· 13 years ago
bc6e588
xfs: do not update xa_last_pushed_lsn for locked items
by Christoph Hellwig
· 13 years ago
e060c38
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
558feb0
fs: Convert vmalloc/memset to vzalloc
by Joe Perches
· 13 years ago
2d2422a
xfs: fix a use after free in xfs_end_io_direct_write
by Christoph Hellwig
· 13 years ago
58d84c4
xfs: fix ->write_inode return values
by Christoph Hellwig
· 13 years ago
866e4ed
xfs: fix xfs_mark_inode_dirty during umount
by Christoph Hellwig
· 13 years ago
242d621
xfs: deprecate the nodelaylog mount option
by Christoph Hellwig
· 13 years ago
b6bede3
xfs: fix tracing builds inside the source tree
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
06f8e2d
xfs: don't expect xfs headers to be in subdirectories
by Alex Elder
· 13 years ago
e570280
xfs: replace xfs_buf_geterror() with bp->b_error
by Chandra Seetharaman
· 13 years ago
ac4d688
xfs: Check the return value of xfs_buf_read() for NULL
by Chandra Seetharaman
· 13 years ago
9e978d8
"xfs: fix error handling for synchronous writes" revisited
by Ajeet Yadav
· 13 years ago
e44f411
xfs: set cursor in xfs_ail_splice() even when AIL was empty
by Alex Elder
· 13 years ago
5a2f3a0
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next
by James Morris
· 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
1b8e949
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
206d440
xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set
by Markus Trippelsdorf
· 13 years ago
d695212
switch posix_acl_equiv_mode() to umode_t *
by Al Viro
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
a5a7bbc
xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set
by Markus Trippelsdorf
· 13 years ago
597a67e
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
Next »