Commit Graph

1933 Commits (0c9ba97318fc9a905bcc1419b6966de061203a70)

Author SHA1 Message Date
Alex Elder 0c9ba97318 xfs: don't name variables "panic" 14 years ago
Christoph Hellwig ecb6928fcf xfs: factor agf counter updates into a helper 14 years ago
Christoph Hellwig 86fa8af69d xfs: clean up the xfs_alloc_compute_aligned calling convention 14 years ago
Dave Chinner 9130090b5f xfs: kill support/debug.[ch] 14 years ago
Dave Chinner 0b932cccbd xfs: Convert remaining cmn_err() callers to new API 14 years ago
Dave Chinner 8221112b43 xfs: convert the quota debug prints to new API 14 years ago
Dave Chinner 6d4a8ecb34 xfs: rename xfs_cmn_err_fsblock_zero() 14 years ago
Dave Chinner 5348778699 xfs: convert xfs_fs_cmn_err to new error logging API 14 years ago
Dave Chinner af34e09da4 xfs: kill xfs_fs_mount_cmn_err() macro 14 years ago
Dave Chinner 65333b4c3d xfs: kill xfs_fs_repair_cmn_err() macro 14 years ago
Dave Chinner 6a19d9393a xfs: convert xfs_cmn_err to xfs_alert_tag 14 years ago
Dave Chinner a0fa2b679e xfs: Convert xlog_warn to new logging interface 14 years ago
Dave Chinner 4f10700a2e xfs: Convert linux-2.6/ files to new logging interface 14 years ago
Dave Chinner 10e38391c0 xfs: introduce new logging API. 14 years ago
Alex Elder eeb2036b8a xfs: zero proper structure size for geometry calls 14 years ago
Christoph Hellwig 20ad9ea9be xfs: enable delaylog by default 14 years ago
Christoph Hellwig ec3ba85f40 xfs: more sensible inode refcounting for ialloc 14 years ago
Christoph Hellwig 1050c71e29 xfs: stop using xfs_trans_iget in the RT allocator 14 years ago
Lukas Czerner 5d15765594 xfs: check if device support discard in xfs_ioc_trim() 14 years ago
Dan Rosenberg c4d0c3b097 xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1 14 years ago
Christoph Hellwig 9681153b46 xfs: add lockdep annotations for the rt inodes 14 years ago
Christoph Hellwig 0d8b30ad19 xfs: fix xfs_get_extsz_hint for a zero extent size hint 14 years ago
Christoph Hellwig 04e99455ea xfs: only lock the rt bitmap inode once per allocation 14 years ago
bpm@sgi.com 24446fc66f xfs: xfs_bmap_add_extent_delay_real should init br_startblock 14 years ago
Dave Chinner 0fbca4d1c3 xfs: fix dquot shaker deadlock 14 years ago
Dave Chinner c6f990d1ff xfs: handle CIl transaction commit failures correctly 14 years ago
Dave Chinner 5315837dae xfs: limit extsize to size of AGs and/or MAXEXTLEN 14 years ago
Dave Chinner 4ce159890c xfs: prevent extsize alignment from exceeding maximum extent size 14 years ago
Dave Chinner 14b064ceaa xfs: limit extent length for allocation to AG size 14 years ago
Dave Chinner b8fc82630a xfs: speculative delayed allocation uses rounddown_power_of_2 badly 14 years ago
Dave Chinner e34a314c5e xfs: fix efi item leak on forced shutdown 14 years ago
Dave Chinner 7db37c5e65 xfs: fix log ticket leak on forced shutdown. 14 years ago
Geert Uytterhoeven cf78859f52 xfs: Do not name variables "panic" 14 years ago
Christoph Hellwig 2fe17c1075 fallocate should be a file operation 14 years ago
Christoph Hellwig 64c23e8687 make the feature checks in ->fallocate future proof 14 years ago
Josef Bacik c25d246715 XFS: handle hole punching via fallocate properly 14 years ago
Dave Chinner 73efe4a4dd xfs: prevent NMI timeouts in cmn_err 14 years ago
Anton Blanchard 65a84a0f75 xfs: Add log level to assertion printk 14 years ago
Jesper Juhl 1884bd8354 xfs: fix an assignment within an ASSERT() 14 years ago
Christoph Hellwig bfc60177f8 xfs: fix error handling for synchronous writes 14 years ago
Christoph Hellwig a46db60834 xfs: add FITRIM support 14 years ago
Dave Chinner c58efdb442 xfs: ensure log covering transactions are synchronous 14 years ago
Dave Chinner eda7798272 xfs: serialise unaligned direct IOs 14 years ago
Dave Chinner 4d8d15812f xfs: factor common write setup code 14 years ago
Dave Chinner 637bbc75d9 xfs: split buffered IO write path from xfs_file_aio_write 14 years ago
Dave Chinner f0d26e860b xfs: split direct IO write path from xfs_file_aio_write 14 years ago
Dave Chinner 487f84f3f8 xfs: introduce xfs_rw_lock() helpers for locking the inode 14 years ago
Dave Chinner 4c5cfd1b41 xfs: factor post-write newsize updates 14 years ago
Dave Chinner edafb6da9a xfs: factor common post-write isize handling code 14 years ago
Dave Chinner a363f0c203 xfs: ensure sync write errors are returned 14 years ago