Commit Graph

284 Commits (7521a3c566dda7bb09576975324fc0a08a79ad14)

Author SHA1 Message Date
Nathan Scott 7d04a335b6 [XFS] Shutdown the filesystem if all device paths have gone. Made 19 years ago
Nathan Scott b76963fac4 [XFS] getattr can return an error code, so propogate any from lower 19 years ago
Nathan Scott 3d80ede479 [XFS] Drop use of m_writeio_blocks when zeroing, its not meaningful 19 years ago
Ingo Molnar 72c93bcc63 [XFS] lock validator: lockdep: small xfs init_rwsem() cleanup 19 years ago
Barry Naujok d3446eac3f [XFS] Add degframentation exclusion support 19 years ago
Nathan Scott fbc1462bcb [XFS] Fix a noatime regression related to updating inode atime field on 19 years ago
Olaf Weber 3e57ecf640 [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report 19 years ago
Jens Axboe cbb7e577e7 [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() 19 years ago
Jeff Dike 7b04d7170e [PATCH] Add GFP_NOWAIT 19 years ago
Nathan Scott 8c0b5113a5 [XFS] Fix utime(2) in the case that no times parameter was passed in. 19 years ago
Nathan Scott 8272145c05 [XFS] Fix a writepage regression where we accidentally stopped honouring 19 years ago
Ingo Molnar 3a326a2ce8 [PATCH] introduce a "kernel-internal pipe object" abstraction 19 years ago
Nathan Scott 1b895840ce [XFS] Provide XFS support for the splice syscall. 19 years ago
Nathan Scott 764d1f89a5 [XFS] Implement the silent parameter to fill_super, previously ignored. 19 years ago
Nathan Scott c25366680b [XFS] Cleanup in XFS after recent get_block_t interface tweaks. 19 years ago
Nathan Scott e0edd5962b [XFS] Fix compiler warning and small code inconsistencies in compat 19 years ago
Nathan Scott c41564b5af [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all 19 years ago
Arjan van de Ven 4b6f5d20b0 [PATCH] Make most file operations structs in fs/ const 19 years ago
Badari Pulavarty 1d8fa7a2b9 [PATCH] remove ->get_blocks() support 19 years ago
Badari Pulavarty fa30bd058b [PATCH] map multiple blocks for mpage_readpages() 19 years ago
Matthew Dobson 93d2341c75 [PATCH] mempool: use mempool_create_slab_pool() 19 years ago
NeilBrown 2ff28e22bd [PATCH] Make address_space_operations->invalidatepage return void 19 years ago
Paul Jackson b0196009d8 [PATCH] cpuset memory spread slab cache hooks 19 years ago
Tobias Klauser e8c96f8c29 [PATCH] fs: Use ARRAY_SIZE macro 19 years ago
Andrew Morton 394e3902c5 [PATCH] more for_each_cpu() conversions 19 years ago
Christoph Lameter b20a35035f [PATCH] page migration reorg 19 years ago
Nathan Scott bb19fba193 [XFS] Sync up one/two other minor changes missed in previous merges. 19 years ago
David Chinner 2ddee844ee [XFS] Check that a page has dirty buffers before finding it acceptable for 19 years ago
Yingping Lu f1fdc848aa [XFS] Fixing KDB's xrwtrc command, also added the current process id into 19 years ago
Nathan Scott 6cc8fef4cb [XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. 19 years ago
Nathan Scott 9cea236492 [XFS] Flush and invalidate dirty pages at the start of a direct read also, 19 years ago
Nathan Scott ce9d37c257 [XFS] Merge Yingpings fix for a vn_count assert failure during QA - 19 years ago
Nathan Scott 238f4c5468 [XFS] Make couple names consitent, be more defensive on releasepage (and 19 years ago
Nathan Scott a13828b167 [XFS] Cleanup references to i_sem. 19 years ago
Nathan Scott ec86dc02fd [XFS] Complete transition away from linvfs naming convention, finally. 19 years ago
Nathan Scott 524fbf5dd1 [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will 19 years ago
Nathan Scott a50cd26926 [XFS] Switch over from linvfs names for sb/quotactl operations for 19 years ago
Nathan Scott 416c6d5bcf [XFS] Switch over from linvfs names for inode operations for consistent 19 years ago
Nathan Scott 3562fd4565 [XFS] Switch over from linvfs names for file operations for consistent 19 years ago
Nathan Scott e4c573bb6a [XFS] Switch over from linvfs names for address space ops for consistent 19 years ago
Nathan Scott 220b528413 [XFS] Dynamically allocate vattr in places it makes sense to do so, to 19 years ago
Nathan Scott 9b94c2eddf [XFS] Take a dentry structure off the stack into the data segment. 19 years ago
Nathan Scott 1f6553f9f9 [XFS] Dynamically allocate local kiocb structures in readv/writev routines 19 years ago
David Chinner 01e1b69cfc [XFS] using a spinlock per cpu for superblock counter exclusion results in 19 years ago
Nathan Scott 87cbc49cd4 [XFS] Add xfs_map_buffer helper, use it in a couple of places. 19 years ago
Nathan Scott f51623b21f [XFS] Move some code around to avoid prototypes and prep for future 19 years ago
Nathan Scott 02d7c92334 [XFS] Use XFS_VFSTOM in more places instead of open coding it. 19 years ago
David Chinner e8234a6871 [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by 19 years ago
Nathan Scott d2c32edf64 [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are many 19 years ago
Nathan Scott e0cc2325d1 [XFS] Flag the XFS inode cache as in need of spreading also. 19 years ago