- 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
- 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
- 0d1335b [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. by Nathan Scott · 19 years ago
- ca5ccbf [XFS] Fix some build fallout from atime changes. by Nathan Scott · 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
- 446ada4 [XFS] Add an XFS callout to security_inode_init_security; SE Linux is not 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
- 24ee808 [XFS] remove unused vars, args, & unneeded intermediate vars from zeroing code by Eric Sandeen · 19 years ago
- 0d14824 [XFS] Ensure max diosize reported is aligned with minimum diosize. 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
- 1df84c9 [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for by Christoph Hellwig · 19 years ago
- 4ef19dd [XFS] enable write barriers by default by Christoph Hellwig · 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
- 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 19 years ago
- a465639 [XFS] Fix a 32 bit value wraparound when providing a mapping for a large by Nathan Scott · 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
- 7f248a8 [XFS] Cleanup cosmetic differences between source trees. by Nathan Scott · 19 years ago
- 19d5bcf [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF. by Nathan Scott · 19 years ago
- fdc7ed7 [XFS] Fix boundary conditions when issuing direct IOs from large userspace 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
- 7f14d0a [XFS] Simplify pagebuf_rele Remove a conditional that can not be true by Christoph Hellwig · 19 years ago
- 6b3f6b5 [XFS] Rework the dquot hash sizing heuristics. by Nathan Scott · 19 years ago
- 1f730e3 [XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c change by Eric Sandeen · 19 years ago
- 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
- a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
- 4aeb664 [XFS] Improve buffered read throughput by removing unnecessary timer calls by Nathan Scott · 19 years ago
- 0fdfb37 [XFS] Remove a null CELL macro and its one caller, not useful to anyone. by Nathan Scott · 19 years ago
- 380b5dc [XFS] Fix up an internal sort function name collision issue. by Nathan Scott · 19 years ago
- 80cce77 [XFS] Make some extended attributes routines take const parameters, for by Nathan Scott · 19 years ago
- e8c8b3a [XFS] Introduce two new mount options (nolargeio/largeio) to allow by David Chinner · 19 years ago
- ee34807 [XFS] Provide a mechiansm for flushing delalloc before quota reporting. by Nathan Scott · 19 years ago
- c86e711 [XFS] only mark buffers done when all pages are uptodate in addition by Christoph Hellwig · 19 years ago
- f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
- 739cafd [XFS] fix PBF_NONE handling by Christoph Hellwig · 19 years ago
- 88741a9 [XFS] remove unused pagebuf flags by Christoph Hellwig · 19 years ago
- 04d8b28 [XFS] Make sure the threads and shaker in xfs_buf are de-initialized in by Christoph Hellwig · 19 years ago
- 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 19 years ago
- 27496a8 [PATCH] gfp_t: fs/* by Al Viro · 19 years ago
- dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
- 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
- cde410a [XFS] Sort out some cosmetic differences between XFS trees. by Nathan Scott · 19 years ago
- c31e887 [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handling by Nathan Scott · 19 years ago
- a3c476d [XFS] replace "extern inline" with "static inline" Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
- 4df08c5 [XFS] Switch kernel thread handling to the kthread_ API by Christoph Hellwig · 19 years ago
- 2f92658 [XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags after by David Chinner · 19 years ago
- 0f9fffb [XFS] remove some dead code from pagebuf by Christoph Hellwig · 19 years ago
- 02ba71d [XFS] allow a null behaviour pointer in linvfs_clear_inode by Christoph Hellwig · 19 years ago
- 53937c5 [XFS] Manage spinlock differences between kernel versions a bit. by Nathan Scott · 19 years ago
- 526c420 [XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctls by Eric Sandeen · 19 years ago
- 0c147f9 [XFS] Check if there is first behavior before calling VOP_RECLAIM from by Felix Blyakher · 19 years ago
- 56d433e [XFS] streamline the clear_inode path by Christoph Hellwig · 19 years ago
- c1a073b [XFS] Delay I/O completion for unwritten extents after conversion by Christoph Hellwig · 19 years ago
- f097386 [XFS] Delay direct I/O completion to a workqueue This is nessecary by Christoph Hellwig · 19 years ago
- 65b3da3 [XFS] Add in the new xfs_aops.h header file for I/O completion struct. by Christoph Hellwig · 19 years ago
- 0829c36 [XFS] Add infrastructure for tracking I/O completions by Christoph Hellwig · 19 years ago
- 51c91ed [XFS] add infrastructure for waiting on I/O completion at inode reclaim time by Christoph Hellwig · 19 years ago
- 592cb26 [XFS] remove unessecary vnode flags by Christoph Hellwig · 19 years ago
- 760dea6 [XFS] Fix sparse warnings in kmem_* functions Patch from Victor Fusco by Christoph Hellwig · 19 years ago
- 0432dab [XFS] remove struct vnode::v_type by Christoph Hellwig · 19 years ago
- ad4a8ac [XFS] Fix check for writeable file in xfs_ioc_space ioctl code by Eric Sandeen · 19 years ago
- bcec2b7 [XFS] Add a chunk of tracing code to diagnose truncate related issues. by Nathan Scott · 19 years ago
- eedb553 [XFS] Make metadata IO completion consistent with other IO completion handlers. by Nathan Scott · 19 years ago
- cdb6268 [XFS] replace vn_get usage by ihold by Christoph Hellwig · 19 years ago
- bb3f724 [XFS] send dmapi events from nopage for mmapped files by Dean Roehrich · 19 years ago
- 536388b [XFS] upate copyrights by Dean Roehrich · 19 years ago
- 008b150 [PATCH] Fix up symlink function pointers by Al Viro · 19 years ago
- 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
- 92198f7 [PATCH] pass iocb to dio_iodone_t by Christoph Hellwig · 19 years ago
- 2a5a68b Merge rsync://oss.sgi.com/git/xfs-2.6 by Linus Torvalds · 19 years ago
- 39c715b [PATCH] smp_processor_id() cleanup by Ingo Molnar · 19 years ago
- e1a40fa [XFS] Handle inode semaphores properly for dmapi queues by Dean Roehrich · 19 years ago
- 77bc5be [XFS] Makes more sense to use the fsxattr interface instead of adding new by Nathan Scott · 19 years ago
- bd5a876 [XFS] (mostly) remove xfs_inval_cached_pages Since the last round of by Christoph Hellwig · 19 years ago
- f898d6c [XFS] quiesce the filesystem proper when freezing by Christoph Hellwig · 19 years ago