Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
cf374a855363ea2ad06a1c08fc513024295334cc
/
fs
/
xfs
72772a3
[XFS] fix inode leak in xfs_iget_core()
by David Chinner
· 17 years ago
92d9cd1
[XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too many wakeups
by David Chinner
· 17 years ago
1bd960e
[XFS] If you mount an XFS filesystem with no mount options at all, then
by Josef Jeff Sipek
· 17 years ago
ef8ece5
[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform.
by Lachlan McIlroy
· 17 years ago
db69c91
[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform.
by Lachlan McIlroy
· 17 years ago
6e5e934
Remove empty file fs/xfs/Makefile-linux-2.6.
by Lachlan McIlroy
· 17 years ago
c58310b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus
by Lachlan McIlroy
· 17 years ago
269cdfa
[XFS] Added quota targets and removed dmapi directory
by Lachlan McIlroy
· 17 years ago
794f744
[XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules)
by Eric Sandeen
· 17 years ago
58b7983
[XFS] Remove Makefile wrappers in XFS
by Andi Kleen
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
413d57c
xfs: convert beX_add to beX_add_cpu (new common API)
by Marcin Slusarz
· 17 years ago
0b61a2b
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
by Linus Torvalds
· 17 years ago
de2eeea
[XFS] add __init/__exit mark to specific init/cleanup functions
by Lachlan McIlroy
· 17 years ago
450790a
[XFS] Fix oops in xfs_file_readdir()
by David Chinner
· 17 years ago
cbc89dc
[XFS] kill xfs_root
by Christoph Hellwig
· 17 years ago
4188c78
[XFS] keep i_nlink updated and use proper accessors
by Christoph Hellwig
· 17 years ago
222096a
[XFS] stop updating inode->i_blocks
by Christoph Hellwig
· 17 years ago
de08dbc
[XFS] Make xfs_ail_check check less by default
by David Chinner
· 17 years ago
249a8c1
[XFS] Move AIL pushing into it's own thread
by David Chinner
· 17 years ago
4576758
[XFS] use generic_permission
by Christoph Hellwig
· 17 years ago
f6aa7f2
[XFS] stop re-checking permissions in xfs_swapext
by Christoph Hellwig
· 17 years ago
35fec8d
[XFS] clean up xfs_swapext
by Christoph Hellwig
· 17 years ago
199037c
[XFS] remove permission check from xfs_change_file_space
by Christoph Hellwig
· 17 years ago
9742bb9
[XFS] prevent panic during log recovery due to bogus op_hdr length
by Lachlan McIlroy
· 17 years ago
f71354b
[XFS] Cleanup various fid related bits:
by Christoph Hellwig
· 17 years ago
edd319d
[XFS] Fix xfs_lowbit64
by David Chinner
· 17 years ago
45ba598
[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.
by Christoph Hellwig
· 17 years ago
a9759f2
[XFS] kill superflous buffer locking (2nd attempt)
by Christoph Hellwig
· 17 years ago
40ebd81
[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity
by Robert P. J. Day
· 17 years ago
e6a4b37
[XFS] Remove the BPCSHIFT and NB* based macros from XFS.
by Tim Shimmin
· 17 years ago
f7b7c36
[XFS] Remove bogus assert
by Niv Sardi
· 17 years ago
71ddabb
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
by Eric Sandeen
· 17 years ago
a67d7c5
[XFS] Move platform specific mount option parse out of core XFS code
by David Chinner
· 17 years ago
3ed6526
[XFS] Implement fallocate.
by David Chinner
· 17 years ago
5d51eff
[XFS] Fix inode allocation latency
by David Chinner
· 17 years ago
e4143a1
[XFS] Fix transaction overrun during writeback.
by David Chinner
· 17 years ago
786f486
[XFS] Show all mount args in /proc/mounts
by David Chinner
· 17 years ago
8ae2c0f
[XFS] Fix sparse warning in xlog_recover_do_efd_trans.
by David Chinner
· 17 years ago
a8272ce
[XFS] Fix up sparse warnings.
by David Chinner
· 17 years ago
a69b176
[XFS] Use the generic bitops rather than implementing them ourselves.
by David Chinner
· 17 years ago
c319b58
[XFS] Make xfs_bulkstat() to report unlinked but referenced inodes
by Vlad Apostolov
· 17 years ago
98ce2b5
[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression
by Lachlan McIlroy
· 17 years ago
bc58f9b
[XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION
by Eric Sandeen
· 17 years ago
d4f3cc0
[XFS] lose xfs_hex_dump in favor of print_hex_dump
by Eric Sandeen
· 17 years ago
91906a8
[XFS] kill XFS_INOBT_IS_FREE_DISK
by Christoph Hellwig
· 17 years ago
c40ea74
[XFS] kill superflous buffer locking
by Christoph Hellwig
· 17 years ago
0771fb4
[XFS] Refactor xfs_mountfs
by Eric Sandeen
· 17 years ago
b53e675
[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations
by Christoph Hellwig
· 17 years ago
67fcb7b
[XFS] clean up some xfs_log_priv.h macros
by Christoph Hellwig
· 17 years ago
03bea6f
[XFS] clean up some xfs_log_priv.h macros
by Christoph Hellwig
· 17 years ago
9909c4a
[XFS] kill xfs_freeze.
by Christoph Hellwig
· 17 years ago
10090be
[XFS] cleanup vnode useage in xfs_iget.c
by Christoph Hellwig
· 17 years ago
6e7f75e
[XFS] cleanup vnode useage in xfs_ioctl.c
by Christoph Hellwig
· 17 years ago
4ca488e
[XFS] Kill off xfs_statvfs.
by Christoph Hellwig
· 17 years ago
c43f408
[XFS] simplify xfs_vn_getattr
by Christoph Hellwig
· 17 years ago
613d704
[XFS] kill xfs_iocore_t
by Christoph Hellwig
· 17 years ago
007c61c
[XFS] Remove spin.h
by Eric Sandeen
· 17 years ago
36e41ee
[XFS] Cleanup lock goop.
by Eric Sandeen
· 17 years ago
3a0e487
[XFS] ktrace kt_lock is unused, remove it.
by Eric Sandeen
· 17 years ago
3685c2a
[XFS] Unwrap XFS_SB_LOCK.
by Eric Sandeen
· 17 years ago
ba74d0c
[XFS] Unwrap mru_lock.
by Eric Sandeen
· 17 years ago
703e1f0
[XFS] Unwrap xfs_dabuf_global_lock
by Eric Sandeen
· 17 years ago
64137e5
[XFS] Unwrap pagb_lock.
by Eric Sandeen
· 17 years ago
869b906
[XFS] Unwrap XFS_DQ_PINUNLOCK.
by Eric Sandeen
· 17 years ago
c8b5ea2
[XFS] Unwrap GRANT_LOCK.
by Eric Sandeen
· 17 years ago
b22cd72c
[XFS] Unwrap LOG_LOCK.
by Eric Sandeen
· 17 years ago
287f3da
[XFS] Unwrap AIL_LOCK
by Donald Douwsma
· 17 years ago
541d7d3
[XFS] kill unnessecary ioops indirection
by Lachlan McIlroy
· 17 years ago
21a6254
[XFS] simplify vn_revalidate
by Christoph Hellwig
· 17 years ago
15947f2
[XFS] more vnode/inode tracing fixes
by Lachlan McIlroy
· 17 years ago
7642861
[XFS] kill BMAPI_UNWRITTEN
by Christoph Hellwig
· 17 years ago
6214ed4
[XFS] kill BMAPI_DEVICE
by Christoph Hellwig
· 17 years ago
cf441ee
[XFS] clean up vnode/inode tracing
by Lachlan McIlroy
· 17 years ago
44866d3
[XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes
by Lachlan McIlroy
· 17 years ago
9e2779f
is_vmalloc_addr(): Check if an address is within the vmalloc boundaries
by Christoph Lameter
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
aea6ad0
[XFS] fix unaligned access in readdir
by Christoph Hellwig
· 17 years ago
4743e0e
[XFS] Initialise current offset in xfs_file_readdir correctly
by Lachlan McIlroy
· 17 years ago
bad60fd
[XFS] Fix mknod regression
by Christoph Hellwig
· 17 years ago
041388b
[XFS] Put the correct offset in dirent d_off
by Lachlan McIlroy
· 17 years ago
c734c79
[XFS] Don't wait for pending I/Os when purging blocks beyond eof.
by Lachlan McIlroy
· 17 years ago
41f81e8
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
by Linus Torvalds
· 17 years ago
cf10e82
[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC
by David Chinner
· 17 years ago
978c7b2
[XFS] Make xfsbufd threads freezable
by Rafael J. Wysocki
· 17 years ago
e89bc61
[XFS] revert to double-buffering readdir
by Christoph Hellwig
· 17 years ago
a7430847
[XFS] Fix broken inode cluster setup.
by David Chinner
· 17 years ago
77be55a
[XFS] Clear XBF_READ_AHEAD flag on I/O completion.
by Lachlan McIlroy
· 17 years ago
d1afb67
[XFS] Fixed a few bugs in xfs_buf_associate_memory()
by Lachlan McIlroy
· 17 years ago
cd57e59
[XFS] 971064 Various fixups for xfs_bulkstat().
by Lachlan McIlroy
· 17 years ago
d757762
[XFS] Fix dbflush panic in xfs_qm_sync.
by Donald Douwsma
· 17 years ago
3965516
exportfs: make struct export_operations const
by Christoph Hellwig
· 17 years ago
c38344f
xfs: new export ops
by Christoph Hellwig
· 17 years ago
c614391
[XFS] cleanup fid types mess
by Christoph Hellwig
· 17 years ago
c8fcfac
[XFS] fixups after behavior removal merge into mainline git
by Christoph Hellwig
· 17 years ago
347c53d
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
by Linus Torvalds
· 17 years ago
1c0eeaf
introduce I_SYNC
by Joern Engel
· 17 years ago
1f7decf
writeback: remove pages_skipped accounting in __block_write_full_page()
by Fengguang Wu
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
Next »