Commit Graph

344 Commits (67e0f392779e35a96c43bc240ef5d30a701d153e)

Author SHA1 Message Date
Eric Sandeen 96d2a495c2 ext3: Replace lock/unlock_super() with an explicit lock for resizing 15 years ago
Eric Sandeen b8a052d016 ext3: Replace lock/unlock_super() with an explicit lock for the orphan list 15 years ago
Eric Sandeen 4854a5f0cb ext3: ext3_mark_recovery_complete() doesn't need to use lock_super 15 years ago
Eric Sandeen ed505ee454 ext3: Remove outdated comment about lock_super() 15 years ago
Dmitry Monakhov c459001fa4 ext3: quota macros cleanup [V2] 15 years ago
Christoph Hellwig 431547b3c4 sanitize xattr handler prototypes 15 years ago
Roel Kluin 8e0eb4011b ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks() 15 years ago
Jan Kara 68eb3db083 ext3: Fix data / filesystem corruption when write fails to copy data 15 years ago
Jan Kara 1aeec43432 ext3: Support for vfsv1 quota format 15 years ago
Alexey Fisher 4cf46b67eb ext3: Unify log messages in ext3 15 years ago
Eric Sandeen dee1d3b627 ext3: make "norecovery" an alias for "noload" 15 years ago
Eric Sandeen b918397542 ext3: Don't update the superblock in ext3_statfs() 15 years ago
Eric Sandeen d965736b8c ext3: journal all modifications in ext3_xattr_set_handle 15 years ago
Uwe Kleine-König bf48aabb89 tree-wide: fix typos "offest" -> "offset" 15 years ago
Jan Kara fe8bc91c4c ext3: Wait for proper transaction commit on fsync 15 years ago
Eric Sandeen ea0174a713 ext3: retry failed direct IO allocations 15 years ago
Theodore Ts'o 96ec2e0a71 ext3: Don't update superblock write time when filesystem is read-only 16 years ago
Alexey Dobriyan 0d54b217a2 const: make struct super_block::s_qcop const 16 years ago
Alexey Dobriyan 61e225dc34 const: make struct super_block::dq_op const 16 years ago
Jan Kara 56fcad29d4 ext3: Flush disk caches on fsync when needed 16 years ago
Chris Mason 4f003fd32b ext3: Add locking to ext3_do_update_inode 16 years ago
Jan Kara 00171d3c7e ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks() 16 years ago
Andi Kleen aa261f549d HWPOISON: Enable .remove_error_page for migration aware file systems 16 years ago
Jan Kara e367626b61 ext3: Remove syncing logic from ext3_file_write 16 years ago
Linus Torvalds 1d5ccd1c42 ext[234]: move over to 'check_acl' permission model 16 years ago
Jan Kara 3c4cec6527 ext3: Improve error message that changing journaling mode on remount is not possible 16 years ago
Theodore Ts'o 6d41807614 ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDERED 16 years ago
Jan Kara 43237b5490 ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle() 16 years ago
Jan Kara 9eaaa2d575 ext3: Fix truncation of symlinks after failed write 16 years ago
Al Viro 073aaa1b14 helpers for acl caching + switch to those 16 years ago
Al Viro 6582a0e6f6 switch ext3 to inode->i_acl 16 years ago
Bartlomiej Zolnierkiewicz 90c699a9ee block: rename CONFIG_LBD to CONFIG_LBDAF 16 years ago
Jan Kara ef43618a47 ext3: make sure inode is deleted from orphan list after truncate 16 years ago
Jan Kara e8ef7aaea7 ext3: fix chain verification in ext3_get_blocks() 16 years ago
Linus Torvalds 9c64daff9d ext3: avoid unnecessary spinlock in critical POSIX ACL path 16 years ago
Alessio Igor Bogani 337eb00a2c Push BKL down into ->remount_fs() 16 years ago
Al Viro bbd6851a32 Push lock_super() into the ->remount_fs() of filesystems that care about it 16 years ago
Christoph Hellwig 6cfd014842 push BKL down into ->put_super 16 years ago
Christoph Hellwig ca41f7b918 ext3: remove ->write_super and stop maintaining ->s_dirt 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Manish Katiyar de5ce03730 ext3: Fix memory leak in ext3_fill_super() in case of a failed mount 16 years ago
Linus Torvalds 96159f2511 ext3: avoid unnecessary spinlock in critical POSIX ACL path 16 years ago
Jan Kara 430db323fa ext3: Try to avoid starting a transaction in writepage for data=writepage 16 years ago
Linus Torvalds bbae8bcc49 ext3: make default data ordering mode configurable 16 years ago
Theodore Ts'o e7c8f5079e ext3: Add replace-on-rename hueristics for data=writeback mode 16 years ago
Theodore Ts'o f7ab34ea72 ext3: Add replace-on-truncate hueristics for data=writeback mode 16 years ago
Jan Kara 695f6ae0dc ext3: avoid false EIO errors 16 years ago
Bryan Donlan de18f3b2d6 ext3: return -EIO not -ESTALE on directory traversal through deleted inode 16 years ago
Wei Yongjun 45f9021780 ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c 16 years ago
Cyrus Massoumi 039fd8ce62 ext3: remove the BKL in ext3/ioctl.c 16 years ago