Commit Graph

55 Commits (3b0e77bd144203a507eb191f7117d2c5004ea1de)

Author SHA1 Message Date
Nishanth Aravamudan 041e0e3b19 [PATCH] fs: fix-up schedule_timeout() usage 20 years ago
Nathan Scott cde410a99d [XFS] Sort out some cosmetic differences between XFS trees. 20 years ago
Nathan Scott c31e887807 [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handling 20 years ago
Christoph Hellwig a3c476d8a1 [XFS] replace "extern inline" with "static inline" Patch from Adrian Bunk 20 years ago
Christoph Hellwig 4df08c5258 [XFS] Switch kernel thread handling to the kthread_ API 20 years ago
David Chinner 2f92658751 [XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags after 20 years ago
Christoph Hellwig 0f9fffbcc1 [XFS] remove some dead code from pagebuf 20 years ago
Christoph Hellwig 02ba71de98 [XFS] allow a null behaviour pointer in linvfs_clear_inode 20 years ago
Nathan Scott 53937c52c3 [XFS] Manage spinlock differences between kernel versions a bit. 20 years ago
Eric Sandeen 526c420c44 [XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctls 20 years ago
Felix Blyakher 0c147f9a86 [XFS] Check if there is first behavior before calling VOP_RECLAIM from 20 years ago
Christoph Hellwig 56d433e430 [XFS] streamline the clear_inode path 20 years ago
Christoph Hellwig c1a073bdff [XFS] Delay I/O completion for unwritten extents after conversion 20 years ago
Christoph Hellwig f09738638d [XFS] Delay direct I/O completion to a workqueue This is nessecary 20 years ago
Christoph Hellwig 65b3da3705 [XFS] Add in the new xfs_aops.h header file for I/O completion struct. 20 years ago
Christoph Hellwig 0829c3602f [XFS] Add infrastructure for tracking I/O completions 20 years ago
Christoph Hellwig 51c91ed52b [XFS] add infrastructure for waiting on I/O completion at inode reclaim 20 years ago
Christoph Hellwig 592cb26bda [XFS] remove unessecary vnode flags 20 years ago
Christoph Hellwig 760dea671e [XFS] Fix sparse warnings in kmem_* functions Patch from Victor Fusco 20 years ago
Christoph Hellwig 0432dab2d2 [XFS] remove struct vnode::v_type 20 years ago
Eric Sandeen ad4a8ac4e9 [XFS] Fix check for writeable file in xfs_ioc_space ioctl code 20 years ago
Nathan Scott bcec2b7f2b [XFS] Add a chunk of tracing code to diagnose truncate related issues. 20 years ago
Nathan Scott eedb5530aa [XFS] Make metadata IO completion consistent with other IO completion 20 years ago
Christoph Hellwig cdb626878f [XFS] replace vn_get usage by ihold 20 years ago
Dean Roehrich bb3f724e12 [XFS] send dmapi events from nopage for mmapped files 20 years ago
Dean Roehrich 536388be42 [XFS] upate copyrights 20 years ago
Al Viro 008b150a3c [PATCH] Fix up symlink function pointers 20 years ago
Christoph Lameter 3e1d1d28d9 [PATCH] Cleanup patch for process freezing 20 years ago
Christoph Hellwig 92198f7eaa [PATCH] pass iocb to dio_iodone_t 20 years ago
Ingo Molnar 39c715b717 [PATCH] smp_processor_id() cleanup 20 years ago
Dean Roehrich e1a40fa907 [XFS] Handle inode semaphores properly for dmapi queues 20 years ago
Nathan Scott 77bc5beb59 [XFS] Makes more sense to use the fsxattr interface instead of adding new 20 years ago
Christoph Hellwig bd5a876ac4 [XFS] (mostly) remove xfs_inval_cached_pages Since the last round of 20 years ago
Christoph Hellwig f898d6c09c [XFS] quiesce the filesystem proper when freezing 20 years ago
Nathan Scott c8ad20ffeb [XFS] Add support for project quota, based on Dan Knappes earlier work. 20 years ago
Christoph Hellwig 8401e9631c [XFS] remove xfs_incore_relse 20 years ago
Christoph Hellwig cf9937c6c6 [XFS] Fix pagebuf slab initialization 20 years ago
Christoph Hellwig 02de1f0abf [XFS] fix some more compiler warnings in the vnode tracing code 20 years ago
Christoph Hellwig 23ea4032c8 [XFS] rename various pagebuf symbols to xfsbuf 20 years ago
Dean Roehrich 6fac0cb46b [XFS] coordinate mmap calls with xfs_dm_punch_hole 20 years ago
Nathan Scott b74e2159c9 [XFS] Add a get/set interface for XFS project identifiers. 20 years ago
Christoph Hellwig 66f5507133 [XFS] remove an over-zealous WARN_ON 20 years ago
Nathan Scott d3870398fa [XFS] Fix directory inodes ioctl compat code, minor code consistency cleanups 20 years ago
Nathan Scott 24e17b5fb9 [XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though. 20 years ago
Nathan Scott 775bf6c99a [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes 20 years ago
Eric Sandeen 18e0a926ad [XFS] remove noisy printk at vnode trace allocation 20 years ago
Daniel Moore 3ba0815a4b [XFS] stop background sync from waiting for in-use inodes 20 years ago
Nathan Scott 3f24376666 [XFS] Disable the combination of XFS direct IO and AIO until the IO completion 20 years ago
Nathan Scott abd0cf7aea [XFS] Resolve an issue with xfsbufd not getting along with swsusp. 20 years ago
Eric Sandeen 764433b7f1 [XFS] Fix up warnings 20 years ago