Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
cd0207a7bfd29016a4eeb0b0203fa900b41e4eee
/
fs
/
xfs
d060646
xfs: cleanup xfs_file_aio_write
by Christoph Hellwig
· 13 years ago
5bf1f26
xfs: always return with the iolock held from xfs_file_aio_write_checks
by Christoph Hellwig
· 13 years ago
2813d68
xfs: remove the i_new_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
ce7ae15
xfs: remove the i_size field in struct xfs_inode
by Christoph Hellwig
· 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
49e4c70
xfs: make i_flags an unsigned long
by Christoph Hellwig
· 13 years ago
8096b1e
xfs: remove the if_ext_max field in struct xfs_ifork
by Christoph Hellwig
· 13 years ago
3d2b312
xfs: remove the unused dm_attrs structure
by Christoph Hellwig
· 13 years ago
bf322d9
xfs: cleanup xfs_iomap_eof_align_last_fsb
by Christoph Hellwig
· 13 years ago
673e8e5
xfs: remove xfs_itruncate_data
by Christoph Hellwig
· 13 years ago
993ecff
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 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
576b1d6
xfs: propagate umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
b1c770c
xfs: fix endian conversion issue in discard code
by Dave Chinner
· 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
b00f4dc
Merge branch 'master' into pm-sleep
by Rafael J. Wysocki
· 13 years ago
40d344e
xfs: mark the xfssyncd workqueue as non-reentrant
by Christoph Hellwig
· 13 years ago
28fb588
xfs: simplify xfs_qm_detach_gdquots
by Christoph Hellwig
· 13 years ago
093019c
xfs: fix acl count validation in xfs_acl_from_disk()
by Xi Wang
· 13 years ago
687d1c5
xfs: remove unused XBT_FORCE_SLEEP bit
by Eric Sandeen
· 13 years ago
7ae4440
xfs: remove XFS_QMOPT_DQSUSER
by Christoph Hellwig
· 13 years ago
97e7ade
xfs: kill xfs_qm_idtodq
by Christoph Hellwig
· 13 years ago
49d35a5
xfs: merge xfs_qm_dqinit_core into the only caller
by Christoph Hellwig
· 13 years ago
78e5589
xfs: add a xfs_dqhold helper
by Christoph Hellwig
· 13 years ago
ab680bb
xfs: simplify xfs_qm_dqattach_grouphint
by Christoph Hellwig
· 13 years ago
bf72de3
xfs: nest qm_dqfrlist_lock inside the dquot qlock
by Christoph Hellwig
· 13 years ago
9267855
xfs: flatten the dquot lock ordering
by Christoph Hellwig
· 13 years ago
be7ffc3
xfs: implement lazy removal for the dquot freelist
by Christoph Hellwig
· 13 years ago
80a376b
xfs: remove XFS_DQ_INACTIVE
by Christoph Hellwig
· 13 years ago
497507b
xfs: cleanup xfs_qm_dqlookup
by Christoph Hellwig
· 13 years ago
800b484
xfs: cleanup dquot locking helpers
by Christoph Hellwig
· 13 years ago
a7ef9bd
xfs: remove the sync_mode argument to xfs_qm_dqflush_all
by Christoph Hellwig
· 13 years ago
34625c6
xfs: remove xfs_qm_sync
by Christoph Hellwig
· 13 years ago
f2fba55
xfs: make sure to really flush all dquots in xfs_qm_quotacheck
by Christoph Hellwig
· 13 years ago
fdedf28
xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush
by Christoph Hellwig
· 13 years ago
b393421
xfs: remove the lid_size field in struct log_item_desc
by Christoph Hellwig
· 13 years ago
0244b96
xfs: cleanup the transaction commit path a bit
by Christoph Hellwig
· 13 years ago
93b8a58
xfs: remove the deprecated nodelaylog option
by Christoph Hellwig
· 13 years ago
9f9c19e
xfs: fix the logspace waiting algorithm
by Christoph Hellwig
· 13 years ago
c29f7d4
xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernels
by Christoph Hellwig
· 13 years ago
90802ed
treewide: Fix comment and string typo 'bufer'
by Paul Bolle
· 13 years ago
a99ebf4
xfs: fix allocation length overflow in xfs_bmapi_write()
by Dave Chinner
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
4c393a6
xfs: fix attr2 vs large data fork assert
by Christoph Hellwig
· 13 years ago
4dd2cb4
xfs: force buffer writeback before blocking on the ilock in inode reclaim
by Christoph Hellwig
· 13 years ago
fa8b18e
xfs: validate acl count
by Christoph Hellwig
· 13 years ago
a0acae0
freezer: unexport refrigerator() and update try_to_freeze() slightly
by Tejun Heo
· 13 years ago
db3e74b
xfs: use doalloc flag in xfs_qm_dqattach_one()
by Mitsuo Hayasaka
· 13 years ago
810627d
xfs: fix force shutdown handling in xfs_end_io
by Christoph Hellwig
· 13 years ago
272e42b
xfs: constify xfs_item_ops
by Christoph Hellwig
· 13 years ago
b52a360
xfs: Fix possible memory corruption in xfs_readlink
by Carlos Maiolino
· 13 years ago
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
Next »