Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a36ef6b1e09d06d4f1ac769eee4bd7e6cf3e0fae
/
fs
/
xfs
/
linux-2.6
6ab455e
[XFS] Fix memory corruption with small buffer reads
by Christoph Hellwig
· 17 years ago
978b723
[XFS] Fix fsync() b0rkage.
by David Chinner
· 17 years ago
a94477d
[XFS] Include linux/random.h in all builds, not just debug builds.
by David Chinner
· 17 years ago
adaa693
[XFS] Fix build failure after enabling CONFIG_XFS_DEBUG
by Stephen Rothwell
· 17 years ago
c5acbaf
[XFS] remove dmapi cruft in xfs_file.c
by Christoph Hellwig
· 17 years ago
3a738a5
[XFS] remove sendfile leftovers
by Christoph Hellwig
· 17 years ago
18d1820
[XFS] Fix broken HAVE_SPLICE removal commit.
by Donald Douwsma
· 17 years ago
d4d90b5
[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held
by Christoph Hellwig
· 17 years ago
e8b0eba
[XFS] Cleanup xfs_attr a bit with xfs_name and remove cred
by Barry Naujok
· 17 years ago
cfa853e
[XFS] remove manual lookup from xfs_rename and simplify locking
by Christoph Hellwig
· 17 years ago
579aa9c
[XFS] shrink mrlock_t
by Christoph Hellwig
· 17 years ago
6a7f422
[XFS] kill di_mode checks after xfs_iget
by Christoph Hellwig
· 17 years ago
42173f6
[XFS] Remove VN_IS* macros and related cruft.
by Christoph Hellwig
· 17 years ago
429f731
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
ec82687
[PATCH] r/o bind mounts: elevate count for xfs timestamp updates
by Dave Hansen
· 17 years ago
42a74f2
[PATCH] r/o bind mounts: elevate write count for ioctls()
by Dave Hansen
· 17 years ago
6188e10
Convert asm/semaphore.h users to linux/semaphore.h
by Matthew Wilcox
· 17 years ago
65e67f5
[XFS] Fix merge failure
by Lachlan McIlroy
· 17 years ago
3b2816b
[XFS] The forward declarations for the xfs_ioctl() helpers and the
by Lachlan McIlroy
· 17 years ago
f7d3c34
[XFS] Remove CONFIG_XFS_SECURITY.
by Eric Sandeen
· 17 years ago
7e20694
[XFS] Remove periodic logging of in-core superblock counters.
by David Chinner
· 17 years ago
d405594
[XFS] Don't error out on good I/Os.
by David Chinner
· 17 years ago
cc88466
[XFS] Catch unwritten extent conversion errors.
by David Chinner
· 17 years ago
958d4ec
[XFS] xfs_bdwrite() does not return errors.
by David Chinner
· 17 years ago
d64e31a
[XFS] Ensure errors from xfs_bdstrat() are correctly checked.
by David Chinner
· 17 years ago
556b8b1
[XFS] remove bhv_vname_t and xfs_rename code
by Barry Naujok
· 17 years ago
d87dd63
[XFS] Warn if errors come from block_truncate_page().
by David Chinner
· 17 years ago
34a622b
[XFS] replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
0225da1
[XFS] Replace __inline with inline
by Harvey Harrison
· 17 years ago
df26cfe
[XFS] split xfs_ioc_xattr
by Lachlan McIlroy
· 17 years ago
f3dcc13
[XFS] cleanup root inode handling in xfs_fs_fill_super
by Christoph Hellwig
· 17 years ago
af04819
[XFS] cleanup vnode use in xfs_iops.c
by Christoph Hellwig
· 17 years ago
dcf49cc
[XFS] cleanup vnode use in xfs_lrw.c
by Christoph Hellwig
· 17 years ago
ef1f5e7
[XFS] cleanup vnode use in xfs_lookup
by Christoph Hellwig
· 17 years ago
3937be5
[XFS] cleanup vnode use in xfs_symlink and xfs_rename
by Christoph Hellwig
· 17 years ago
a3da789
[XFS] cleanup vnode use in xfs_link
by Christoph Hellwig
· 17 years ago
979ebab
[XFS] cleanup vnode use in xfs_create/mknod/mkdir
by Christoph Hellwig
· 17 years ago
bc4ac74
[XFS] cleanup vnode use in dmapi calls
by Christoph Hellwig
· 17 years ago
24bd861
[XFS] don't encode parent in nfs filehandles unless nessecary
by Christoph Hellwig
· 17 years ago
126468b
[XFS] kill xfs_rwlock/xfs_rwunlock
by Christoph Hellwig
· 17 years ago
4397396
[XFS] kill xfs_get_dir_entry
by Christoph Hellwig
· 17 years ago
a8b3acd
[XFS] vnode cleanup in xfs_fs_subr.c
by Christoph Hellwig
· 17 years ago
db0bb7b
[XFS] cleanup xfs_vn_mknod
by Christoph Hellwig
· 17 years ago
a3f74ff
[XFS] Don't block pdflush when writing back inodes
by David Chinner
· 17 years ago
163d368
[XFS] Remove the xfs_refcache
by Donald Douwsma
· 17 years ago
6211870
[XFS] remove shouting-indirection macros from xfs_sb.h
by Eric Sandeen
· 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
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
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
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
f71354b
[XFS] Cleanup various fid related bits:
by Christoph Hellwig
· 17 years ago
a9759f2
[XFS] kill superflous buffer locking (2nd attempt)
by Christoph Hellwig
· 17 years ago
e6a4b37
[XFS] Remove the BPCSHIFT and NB* based macros from XFS.
by Tim Shimmin
· 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
a8272ce
[XFS] Fix up sparse warnings.
by David Chinner
· 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
c40ea74
[XFS] kill superflous buffer locking
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
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
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
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
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
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
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
Next »