Commit Graph

230 Commits (3c8fdae78cf5d73c6739912a1ff087c0f23b2a47)

Author SHA1 Message Date
Eric Sandeen 2353e8e9b6 [XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixes 19 years ago
Nathan Scott dae81d4774 [XFS] Reduce stack use during quota mounts (caused a panic). This 19 years ago
Nathan Scott 07ff2fa8fc [XFS] Fix a realtime allocator regression introduced by an old iget race 19 years ago
Nathan Scott 9bd6f13dfd [XFS] Fix missing inode atime update from the utime syscall. 19 years ago
David Chinner 9fddaca229 [XFS] Account for the page we just wrote when we detect congestion during 19 years ago
Christoph Lameter e965f9630c [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method 19 years ago
Nathan Scott fad3aa1e8e [XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, as 19 years ago
Yingping Lu 3a69c7dc6f [XFS] Interim solution for attribute insertion failure during file 19 years ago
David Chinner d88992f660 [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for 19 years ago
Nathan Scott 107a09c44b [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround 19 years ago
Nathan Scott c2e8143220 [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment. 19 years ago
Nathan Scott 54245702ab [XFS] Fix symlink creation too, with respect to initialising SELinux 19 years ago
Jesper Juhl 014c2544e6 return statement cleanup - kill pointless parentheses 19 years ago
Randy Dunlap 16f7e0fe2e [PATCH] capable/capability.h (fs/) 19 years ago
Randy.Dunlap c59ede7b78 [PATCH] move capable() to capability.h 19 years ago
Nathan Scott 0d1335b310 [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. 19 years ago
Nathan Scott 3762ec6bf7 [XFS] Merge in trivial changes, sync up headers with userspace 19 years ago
Nathan Scott 6ab65429b4 [XFS] Fix compiler warnings from older gcc versions wrt printfalike 19 years ago
Nathan Scott ca5ccbf98d [XFS] Fix some build fallout from atime changes. 19 years ago
Tim Shimmin 1259845d3f [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to 19 years ago
Yingping Lu 71df099dc3 [XFS] xfssyncd is responsible for flushing inode or device's data by 19 years ago
Christoph Hellwig 75e17b3caf [XFS] add helper to get xfs_inode from vnode 19 years ago
Nathan Scott 204ab25f36 [XFS] Fix up offset type inconsistencies and gcc warnings from earlier 19 years ago
Christoph Hellwig da7f93e9ee [XFS] fix up per-device xfsbufd 19 years ago
Christoph Hellwig f5e596bbef [XFS] fix writeback control handling fix a reversed condition on where to 19 years ago
Christoph Hellwig 6c4fe19f66 [XFS] cluster rewrites We can cluster mapped pages aswell, this improves 19 years ago
Christoph Hellwig 7336cea8c2 [XFS] pass full 64bit offsets to xfs_add_to_ioend 19 years ago
Christoph Hellwig d5cb48aaac [XFS] consolidate some code in xfs_page_state_convert The unmapped buffer 19 years ago
Christoph Hellwig 9260dc6b2e [XFS] various fixes for xfs_convert_page fix various bogusities in 19 years ago
Christoph Hellwig 1defeac9d4 [XFS] clean up the xfs_offset_to_map interface Currently we pass a struct 19 years ago
Christoph Hellwig 10ce444428 [XFS] use pagevec lookups This reduces the time spend in the radix tree 19 years ago
Christoph Hellwig f6d6d4fcd1 [XFS] Initial pass at going directly-to-bio on the buffered IO path. This 19 years ago
Nathan Scott ce8e922c0e [XFS] Complete the pagebuf -> xfs_buf naming convention transition, 19 years ago
Yingping Lu 68bdb6eabc [XFS] Fixed delayed_blks assert failure during umount. The delayed_blks 19 years ago
David Chinner a6867a6815 [XFS] Introduce per-filesystem delwri pagebuf flushing to reduce 19 years ago
Tim Shimmin 216d3b2acb [XFS] take out the call to vn_mark_bad() used when acl inherit fails and 19 years ago
Christoph Hellwig 794fe2dc65 [XFS] endianess annotations and tidying for the uuid code 19 years ago
Nathan Scott 60a204f096 [XFS] Fix a thinko when generating a forced shutdown stack trace. 19 years ago
Ryan Hankins 0733af213f [XFS] Add a stack trace in the case of xfs_forced_shutdown. 19 years ago
Nathan Scott 77a7cce425 [XFS] Fix quotaoff logitem for project quota, affects log recovery only. 19 years ago
Nathan Scott 446ada4a03 [XFS] Add an XFS callout to security_inode_init_security; SE Linux is not 19 years ago
Nathan Scott c2cd255060 [XFS] Fix v2 log bufsize reporting in /proc/mounts. 19 years ago
Christoph Hellwig 42fe2b1f7f [XFS] fix, speedup and simplify atime handling let the VFS handle atime 19 years ago
Christoph Hellwig dd954c69d1 [XFS] turn xlog helper macros into real functions 19 years ago
Eric Sandeen 24ee80882d [XFS] remove unused vars, args, & unneeded intermediate vars from zeroing 19 years ago
Eric Sandeen 65be605419 [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover 19 years ago
Nathan Scott 0d14824c07 [XFS] Ensure max diosize reported is aligned with minimum diosize. 19 years ago
Nathan Scott ee2a4f7caa [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an 19 years ago
Nathan Scott 3ddb8fa98c [XFS] Sort out cosmetic differences between user and kernel copies of some 19 years ago
Nathan Scott a255a7456d [XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont 19 years ago