- 9bd6f13 [XFS] Fix missing inode atime update from the utime syscall. by Nathan Scott · 19 years ago
- 9fddaca [XFS] Account for the page we just wrote when we detect congestion during by David Chinner · 19 years ago
- e965f96 [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method by Christoph Lameter · 19 years ago
- fad3aa1 [XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, as by Nathan Scott · 19 years ago
- 3a69c7d [XFS] Interim solution for attribute insertion failure during file by Yingping Lu · 19 years ago
- d88992f [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for by David Chinner · 19 years ago
- 4a8e4a2 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
- 107a09c [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround by Nathan Scott · 19 years ago
- c2e8143 [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment. by Nathan Scott · 19 years ago
- 5424570 [XFS] Fix symlink creation too, with respect to initialising SELinux context. by Nathan Scott · 19 years ago
- 014c254 return statement cleanup - kill pointless parentheses by Jesper Juhl · 19 years ago
- 9f5974c Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
- 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
- c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
- ddae9c2 Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git by Nathan Scott · 19 years ago
- 0d1335b [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. by Nathan Scott · 19 years ago
- 3762ec6 [XFS] Merge in trivial changes, sync up headers with userspace equivalents. by Nathan Scott · 19 years ago
- 6ab6542 [XFS] Fix compiler warnings from older gcc versions wrt printfalike arguments. by Nathan Scott · 19 years ago
- ca5ccbf [XFS] Fix some build fallout from atime changes. by Nathan Scott · 19 years ago
- 1259845 [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to by Tim Shimmin · 19 years ago
- 71df099 [XFS] xfssyncd is responsible for flushing inode or device's data by by Yingping Lu · 19 years ago
- 75e17b3 [XFS] add helper to get xfs_inode from vnode by Christoph Hellwig · 19 years ago
- 204ab25 [XFS] Fix up offset type inconsistencies and gcc warnings from earlier changes. by Nathan Scott · 19 years ago
- da7f93e [XFS] fix up per-device xfsbufd by Christoph Hellwig · 19 years ago
- f5e596b [XFS] fix writeback control handling fix a reversed condition on where to by Christoph Hellwig · 19 years ago
- 6c4fe19 [XFS] cluster rewrites We can cluster mapped pages aswell, this improves by Christoph Hellwig · 19 years ago
- 7336cea [XFS] pass full 64bit offsets to xfs_add_to_ioend by Christoph Hellwig · 19 years ago
- d5cb48a [XFS] consolidate some code in xfs_page_state_convert The unmapped buffer by Christoph Hellwig · 19 years ago
- 9260dc6 [XFS] various fixes for xfs_convert_page fix various bogusities in by Christoph Hellwig · 19 years ago
- 1defeac [XFS] clean up the xfs_offset_to_map interface Currently we pass a struct by Christoph Hellwig · 19 years ago
- 10ce444 [XFS] use pagevec lookups This reduces the time spend in the radix tree by Christoph Hellwig · 19 years ago
- f6d6d4f [XFS] Initial pass at going directly-to-bio on the buffered IO path. This by Christoph Hellwig · 19 years ago
- ce8e922 [XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally. by Nathan Scott · 19 years ago
- 68bdb6e [XFS] Fixed delayed_blks assert failure during umount. The delayed_blks by Yingping Lu · 19 years ago
- a6867a6 [XFS] Introduce per-filesystem delwri pagebuf flushing to reduce by David Chinner · 19 years ago
- 216d3b2 [XFS] take out the call to vn_mark_bad() used when acl inherit fails and by Tim Shimmin · 19 years ago
- 794fe2d [XFS] endianess annotations and tidying for the uuid code by Christoph Hellwig · 19 years ago
- 60a204f [XFS] Fix a thinko when generating a forced shutdown stack trace. by Nathan Scott · 19 years ago
- 0733af2 [XFS] Add a stack trace in the case of xfs_forced_shutdown. by Ryan Hankins · 19 years ago
- 77a7cce [XFS] Fix quotaoff logitem for project quota, affects log recovery only. by Nathan Scott · 19 years ago
- 446ada4 [XFS] Add an XFS callout to security_inode_init_security; SE Linux is not by Nathan Scott · 19 years ago
- c2cd255 [XFS] Fix v2 log bufsize reporting in /proc/mounts. by Nathan Scott · 19 years ago
- 42fe2b1 [XFS] fix, speedup and simplify atime handling let the VFS handle atime by Christoph Hellwig · 19 years ago
- dd954c6 [XFS] turn xlog helper macros into real functions by Christoph Hellwig · 19 years ago
- 24ee808 [XFS] remove unused vars, args, & unneeded intermediate vars from zeroing code by Eric Sandeen · 19 years ago
- 65be605 [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover by Eric Sandeen · 19 years ago
- 0d14824 [XFS] Ensure max diosize reported is aligned with minimum diosize. by Nathan Scott · 19 years ago
- ee2a4f7 [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an by Nathan Scott · 19 years ago
- 3ddb8fa [XFS] Sort out cosmetic differences between user and kernel copies of some by Nathan Scott · 19 years ago
- a255a74 [XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont by Nathan Scott · 19 years ago
- b04ed21 [XFS] Disable write barriers for now till intermittent IO errors are understood. by Nathan Scott · 19 years ago
- 13059ff [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and by Nathan Scott · 19 years ago
- e13a73f [XFS] Write log dummy record when freezing filesystem by Christoph Hellwig · 19 years ago
- 1df84c9 [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for by Christoph Hellwig · 19 years ago
- 1661dc8 [XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block. by Yingping Lu · 19 years ago
- c7d437d [XFS] do barrier checks earlier. quota initialization may write to the by Christoph Hellwig · 19 years ago
- 70a061f [XFS] Fix typo from when enabling write barriers by default, flags botch by Nathan Scott · 19 years ago
- dd9f438 [XFS] Implement the di_extsize allocator hint for non-realtime files as by Nathan Scott · 19 years ago
- 061f720 [XFS] Do not inherit properties for the quota inodes from the root inode. by Nathan Scott · 19 years ago
- 4ef19dd [XFS] enable write barriers by default by Christoph Hellwig · 19 years ago
- d3a9b1f [XFS] merge xfs_arch.h userspace changes back by Christoph Hellwig · 19 years ago
- f60d366 [XFS] remove over-eager assert by Christoph Hellwig · 19 years ago
- 099f7f0 xfs: header included twice by Nicolas Kaiser · 19 years ago
- ab396e9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
- 7ff9205 [PATCH] don't include ioctl32.h in drivers by Christoph Hellwig · 19 years ago
- fc33a7b [PATCH] per-mountpoint noatime/nodiratime by Christoph Hellwig · 19 years ago
- 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 19 years ago
- 3542c6e [PATCH] remove xfs xattr permission checks by Christoph Hellwig · 19 years ago
- 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
- 794ee1b [PATCH] mutex subsystem, semaphore to mutex: XFS by Jes Sorensen · 19 years ago
- a9aa1ff kbuild/xfs: introduce fs/xfs/Kbuild by Sam Ravnborg · 19 years ago
- a136564 [PATCH] remove gcc-2 checks by Andrew Morton · 19 years ago
- 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 19 years ago
- 51bfb75 [PATCH] xfs: missing gfp_t annotations by Al Viro · 19 years ago
- 551c81e [XFS] Resolve the xlog_grant_log_space hang, revert inline to macro. by Nathan Scott · 19 years ago
- e0144ca [XFS] Fix a case where attr2 format was being used unconditionally. by Nathan Scott · 19 years ago
- 6b2cf61 [XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to run by Felix Blyakher · 19 years ago
- a465639 [XFS] Fix a 32 bit value wraparound when providing a mapping for a large by Nathan Scott · 19 years ago
- f33c679 [XFS] handle error returns from freeze_bdev by Christoph Hellwig · 19 years ago
- 55b02d7 [XFS] Fix potential overflow in xfs_iomap_t delta for very large extents by Eric Sandeen · 19 years ago
- 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
- 2109a2d [PATCH] mm: rename kmem_cache_s to kmem_cache by Pekka J Enberg · 19 years ago
- 15c84a4 [XFS] Remove no-longer-used qsort source. by Nathan Scott · 19 years ago
- 05db218 [XFS] Fix an inode32 regression - if no options are presented, must still by Nathan Scott · 19 years ago
- 992c83a [XFS] Remove several no-longer-used files. by Nathan Scott · 19 years ago
- 7f248a8 [XFS] Cleanup cosmetic differences between source trees. by Nathan Scott · 19 years ago
- 538524a [XFS] fix XFS quota for modular XFS builds by Nathan Scott · 19 years ago
- bf6f05a [XFS] Fixed the inconsistency between attribute b-tree intermidiate node by Yingping Lu · 19 years ago
- 19d5bcf [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF. by Nathan Scott · 19 years ago
- a749ee8 [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode by Eric Sandeen · 19 years ago
- fdc7ed7 [XFS] Fix boundary conditions when issuing direct IOs from large userspace by Nathan Scott · 19 years ago
- 2b3b6d0 [XFS] Remove an unhelpful ifdef, the comment above the routine explains by Nathan Scott · 19 years ago
- cfcbbbd [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. by Nathan Scott · 19 years ago
- c11e2c3 [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. by Nathan Scott · 19 years ago
- 16259e7 [XFS] Endianess annotations for various allocator data structures by Christoph Hellwig · 19 years ago
- e2ed81f [XFS] remove unused code from xfs_iomap_write_direct by Eric Sandeen · 19 years ago
- e94af02 [XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if not by Eric Sandeen · 19 years ago
- 91e1108 [XFS] Fixing size report discrepancy between ls and du caused by xfs_fsr by Yingping Lu · 19 years ago
- 9af0a70 [XFS] Fixed a bug in reporting extent list for attribute fork running by Yingping Lu · 19 years ago
- 7f14d0a [XFS] Simplify pagebuf_rele Remove a conditional that can not be true by Christoph Hellwig · 19 years ago