Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
239880ef6454ccff2ba8d762c3f86e8278f0ce1c
/
fs
/
xfs
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
d420e5c
xfs: remove unused transaction callback variables
by Dave Chinner
· 11 years ago
9aede1d
xfs: split dquot buffer operations out
by Dave Chinner
· 11 years ago
5706278
xfs: unify directory/attribute format definitions
by Dave Chinner
· 11 years ago
70a9883
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
865e944
xfs: fold xfs_change_file_space into xfs_ioc_space
by Christoph Hellwig
· 11 years ago
83aee9e
xfs: simplify the fallocate path
by Christoph Hellwig
· 11 years ago
5f8aca8
xfs: always hold the iolock when calling xfs_change_file_space
by Christoph Hellwig
· 11 years ago
001a3e7
xfs: remove the unused XFS_ATTR_NONBLOCK flag
by Christoph Hellwig
· 11 years ago
76ca4c2
xfs: always take the iolock around xfs_setattr_size
by Christoph Hellwig
· 11 years ago
59e5a0e
xfs: don't break from growfs ag update loop on error
by Eric Sandeen
· 11 years ago
31625f2
xfs: don't emit corruption noise on fs probes
by Eric Sandeen
· 11 years ago
08e96e1
xfs: remove newlines from strings passed to __xfs_printk
by Eric Sandeen
· 11 years ago
2c6e24c
xfs: prevent deadlock trying to cover an active log
by Dave Chinner
· 11 years ago
74564fb
xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE
by Brian Foster
· 11 years ago
88877d2
xfs: push down inactive transaction mgmt for ifree
by Brian Foster
· 11 years ago
f7be2d7
xfs: push down inactive transaction mgmt for truncate
by Brian Foster
· 11 years ago
36b21dd
xfs: push down inactive transaction mgmt for remote symlinks
by Brian Foster
· 11 years ago
2900a57
xfs: add the inode directory type support to XFS_IOC_FSGEOM
by Mark Tinguely
· 11 years ago
d948709
xfs: remove usage of is_bad_inode
by Ben Myers
· 11 years ago
17ec81c
xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()
by Jie Liu
· 11 years ago
0799a3e
xfs: get rid of count from xfs_iomap_write_allocate()
by Jie Liu
· 11 years ago
aaaae98
xfs: Use kmem_free() instead of free()
by Thierry Reding
· 11 years ago
519ccb8
xfs: fix memory leak in xlog_recover_add_to_trans
by tinguely@sgi.com
· 11 years ago
367993e
xfs: dirent dtype presence is dependent on directory magic numbers
by Dave Chinner
· 11 years ago
f112a04
xfs: lockdep needs to know about 3 dquot-deep nesting
by Dave Chinner
· 11 years ago
997def2
xfs: fix node forward in xfs_node_toosmall
by Mark Tinguely
· 11 years ago
566055d
xfs: log recovery lsn ordering needs uuid check
by Dave Chinner
· 11 years ago
b771af2
xfs: fix XFS_IOC_FREE_EOFBLOCKS definition
by Dave Chinner
· 11 years ago
b313a5f
xfs: asserting lock not held during freeing not valid
by Dave Chinner
· 11 years ago
4885235
xfs: lock the AIL before removing the buffer item
by Dave Chinner
· 11 years ago
e0ea404
Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
ac4de95
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
08474ed
xfs: remove dead code from xlog_recover_inode_pass2
by Mark Tinguely
· 11 years ago
aa9e104
xfs: = vs == typo in ASSERT()
by Dan Carpenter
· 11 years ago
f5e1dd3
super: fix for destroy lrus
by Glauber Costa
· 11 years ago
5ca302c
list_lru: dynamically adjust node arrays
by Glauber Costa
· 11 years ago
3516341
xfs: fix dquot isolation hang
by Dave Chinner
· 11 years ago
2f5b56f
xfs-convert-dquot-cache-lru-to-list_lru-fix
by Andrew Morton
· 11 years ago
cd56a39
xfs: convert dquot cache lru to list_lru
by Dave Chinner
· 11 years ago
a408235
xfs: rework buffer dispose list tracking
by Dave Chinner
· 11 years ago
addbda4
xfs-convert-buftarg-lru-to-generic-code-fix
by Andrew Morton
· 11 years ago
e80dfa1
xfs: convert buftarg LRU to generic code
by Dave Chinner
· 11 years ago
9b17c62
fs: convert inode and dentry shrinking to be node aware
by Dave Chinner
· 11 years ago
0a234c6
shrinker: convert superblock shrinkers to new API
by Dave Chinner
· 11 years ago
55f841c
super: fix calculation of shrinkable objects for small numbers
by Glauber Costa
· 11 years ago
74ffa79
xfs: don't assert fail on bad inode numbers
by Dave Chinner
· 11 years ago
46f9d2e
xfs: aborted buf items can be in the AIL.
by Dave Chinner
· 11 years ago
fdd3cce
xfs: factor all the kmalloc-or-vmalloc fallback allocations
by Dave Chinner
· 11 years ago
2dc164f
xfs: fix memory allocation failures with ACLs
by Dave Chinner
· 11 years ago
0a4edc8
xfs: ensure we copy buffer type in da btree root splits
by Dave Chinner
· 11 years ago
daf7b79
xfs: set remote symlink buffer type for recovery
by Dave Chinner
· 11 years ago
638f4416
xfs: recovery of swap extents operations for CRC filesystems
by Dave Chinner
· 11 years ago
21b5c97
xfs: swap extents operations for CRC filesystems
by Dave Chinner
· 11 years ago
0f295a2
xfs: check magic numbers in dir3 leaf verifier first
by Dave Chinner
· 11 years ago
a30b036
xfs: fix some minor sparse warnings
by Dave Chinner
· 11 years ago
e9fbbad
xfs: fix endian warning in xlog_recover_get_buf_lsn()
by Dave Chinner
· 11 years ago
300893b
Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
7b7a866
direct-io: Implement generic deferred AIO completions
by Christoph Hellwig
· 11 years ago
1d03c6f
xfs: XFS_MOUNT_QUOTA_ALL needed by userspace
by Dave Chinner
· 11 years ago
50fc5f7
xfs: dtype changed xfs_dir2_sfe_put_ino to xfs_dir3_sfe_put_ino
by Dave Chinner
· 11 years ago
914ed44
Fix wrong flag ASSERT in xfs_attr_shortform_getvalue
by Eric Sandeen
· 13 years ago
904c17e
xfs: finish removing IOP_* macros.
by Dave Chinner
· 11 years ago
2395670
xfs: inode log reservations are too small
by Dave Chinner
· 11 years ago
b121099
xfs: check correct status variable for xfs_inobt_get_rec() call
by Brian Foster
· 11 years ago
d891400
xfs: inode buffers may not be valid during recovery readahead
by Dave Chinner
· 11 years ago
50d5c8d
xfs: check LSN ordering for v5 superblocks during recovery
by Dave Chinner
· 11 years ago
b58fa55
xfs: btree block LSN escaping to disk uninitialised
by Dave Chinner
· 11 years ago
3780437
XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/xfs/xfs_trans_buf.c, line: 568
by Dave Chinner
· 11 years ago
0f0d334
xfs: fix bad dquot buffer size in log recovery readahead
by Dave Chinner
· 11 years ago
84a5b73
xfs: don't account buffer cancellation during log recovery readahead
by Dave Chinner
· 11 years ago
0d0ab12
xfs: check for underflow in xfs_iformat_fork()
by Dan Carpenter
· 11 years ago
98f7462
xfs: xfs_dir3_sfe_put_ino can be static
by Fengguang Wu
· 11 years ago
00574da
xfs: introduce object readahead to log recovery
by Zhi Yong Wu
· 11 years ago
8d1d408
xfs: Simplify xfs_ail_min() with list_first_entry_or_null()
by Jie Liu
· 11 years ago
46677e6
xfs: Register hotcpu notifier after initialization
by Richard Weinberger
· 11 years ago
3e3c51c
xfs: add xfs sb v4 support for dirent filetype field
by Mark Tinguely
· 11 years ago
1c55cec
xfs: Add write support for dirent filetype field
by Dave Chinner
· 11 years ago
0cb9776
xfs: Add read-only support for dirent filetype field
by Dave Chinner
· 11 years ago
5d5e3d5
xfs: Add support for the Q_XGETQSTATV
by Chandra Seetharaman
· 11 years ago
c2bfbc9
xfs: fix the comment of xfs_mountfs()
by Zhi Yong Wu
· 11 years ago
2533787
xfs: fix the comment of xfs_sb_quiet_read_verify()
by Zhi Yong Wu
· 11 years ago
8ba701e
xfs: fix the comment of xlog_recover_do_dquot_buffer()
by Zhi Yong Wu
· 11 years ago
8e159e7
xfs: fix the comment of xfs_log_unmount_write()
by Zhi Yong Wu
· 11 years ago
0b8182d
xfs: fix the comment of xfs_ifree_cluster()
by Zhi Yong Wu
· 11 years ago
2f21ff1
xfs: fix the comment of xfs_ialloc_ag_select()
by Zhi Yong Wu
· 11 years ago
b3c49634
xfs: fix the comment of xfs_extent_busy_update_extent()
by Zhi Yong Wu
· 11 years ago
8b4ad79
xfs: fix the comment of xfs_setsize_buftarg_early()
by Zhi Yong Wu
· 11 years ago
ad4809b
xfs: fix the comment of xfs_bmap_punch_delalloc_range()
by Zhi Yong Wu
· 11 years ago
02bb487
xfs: fix the comment of xfs_bmap_last_before()
by Zhi Yong Wu
· 11 years ago
a97f4df
xfs: fix the comment of xfs_bmap_validate_ret()
by Zhi Yong Wu
· 11 years ago
8be11e9
xfs: fix the comment of xfs_bmap_count_tree()
by Zhi Yong Wu
· 11 years ago
c7c1a7d
xfs: rename bio_add_buffer() to xfs_bio_add_buffer()
by Zhi Yong Wu
· 11 years ago
0a94da2
xfs: fix the comment of xlog_find_head()
by Zhi Yong Wu
· 11 years ago
34be5ff
xfs: fix the comment of xlog_recover_buffer_pass2()
by Zhi Yong Wu
· 11 years ago
5c75390
xfs: remove two unused macro definitions in xfs_linux.h
by Zhi Yong Wu
· 11 years ago
1cb9386
xfs: fix the comment of xfs_btree_get_iroot()
by Zhi Yong Wu
· 11 years ago
f6c2734
xfs: fix the comment of xfs_iroot_realloc()
by Zhi Yong Wu
· 11 years ago
7c3e664
xfs: remove one blank line in xfs_btree_make_block_unfull()
by Zhi Yong Wu
· 11 years ago
Next »