Commit Graph

1789 Commits (9e5e8deca74603357626471a9b44f05dea9e32b1)

Author SHA1 Message Date
Dmitry Monakhov f066055a34 ext4: online defrag is not supported for journaled files 13 years ago
Dmitry Monakhov 03bd8b9b89 ext4: move_extent code cleanup 13 years ago
Tao Ma 0acdb8876f ext4: don't call update_backups() multiple times for the same bg 13 years ago
Dmitry Monakhov 7f1468d1d5 ext4: fix double unlock buffer mess during fs-resize 13 years ago
Yongqiang Yang f2a09af645 ext4: check free inode count before allocating an inode 13 years ago
Yongqiang Yang 838cd0cf9a ext4: check free block counters in ext4_mb_find_by_goal 13 years ago
Herton Ronaldo Krzesinski 50df9fd55e ext4: fix crash when accessing /proc/mounts concurrently 13 years ago
Tao Ma bef53b01fa ext4: remove erroneous ext4_superblock_csum_set() in update_backups() 13 years ago
Theodore Ts'o 00d4e7362e ext4: fix potential deadlock in ext4_nonda_switch() 13 years ago
Andrey Sidorov 18888cf088 ext4: speed up truncate/unlink by not using bforget() unless needed 13 years ago
Theodore Ts'o 59e31c156a ext4: fix online resizing when the # of block groups is constant 13 years ago
Anatol Pomozov c9b92530a7 ext4: make orphan functions be no-op in no-journal mode 13 years ago
Theodore Ts'o b5e2368bae ext4: re-enable -o discard functionality in no-journal mode 13 years ago
Eric W. Biederman 4c376dcae8 userns: Convert struct dquot dq_id to be a struct kqid 13 years ago
Eric W. Biederman af84df93ff userns: Convert extN to support kuids and kgids in posix acls 13 years ago
Eric W. Biederman 5f3a4a28ec userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr 13 years ago
Carlos Maiolino 90b0a97323 ext4: fix possible non-initialized variable in htree_dirblock_to_tree() 13 years ago
Theodore Ts'o bc0b75f77a ext4: do not enable delalloc by default for ext2 13 years ago
Theodore Ts'o 5e7bbef19c ext4: advertise the fact that the kernel supports meta_bg resizing 13 years ago
Theodore Ts'o 4da4a56e4f ext4: log a resize update to the console every 10 seconds 13 years ago
Theodore Ts'o 1c6bd7173d ext4: convert file system to meta_bg if needed during resizing 13 years ago
Theodore Ts'o 93f9052643 ext4: set bg_itable_unused when resizing 13 years ago
Yongqiang Yang 01f795f9e0 ext4: add online resizing support for meta_bg and 64-bit file systems 13 years ago
Theodore Ts'o 28623c2f5b ext4: grow the s_group_info array as needed 13 years ago
Theodore Ts'o 117fff10d7 ext4: grow the s_flex_groups array as needed when resizing 13 years ago
Yongqiang Yang 2ebd1704de ext4: avoid duplicate writes of the backup bg descriptor blocks 13 years ago
Yongqiang Yang 6df935ad2f ext4: don't copy non-existent gdt blocks when resizing 13 years ago
Yongqiang Yang d7574ad08b ext4: report the original old blocks count in a debug message when resizing 13 years ago
Yongqiang Yang 03c1c29053 ext4: ignore last group w/o enough space when resizing instead of BUG'ing 13 years ago
Anatol Pomozov 4907cb7b19 treewide: fix comment/printk/variable typos 13 years ago
Zheng Liu 8a2f8460e8 ext4: remove duplicated declarations in inode.c 13 years ago
Wang Sheng-Hui 30cb27d661 ext4: fix trivial typo in comment 13 years ago
Ashish Sangwan e3d2e433e3 ext4: no need to add inode to orphan list during hole punch 13 years ago
Sachin Kamat caecd0af8f ext4: replace plain integer with NULL in super.c 13 years ago
Theodore Ts'o 07724f9897 ext4: drop lock_super()/unlock_super() 13 years ago
Theodore Ts'o 0e376b1e3c ext4: return an error if kset_create_and_add fails in ext4_init_fs() 13 years ago
Robin Dong 15c006a22f ext4: remove unused function argument 'order' in mb_find_extent() 13 years ago
Robin Dong cc6eb18d68 ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCAN 13 years ago
Theodore Ts'o a4a39040e9 ext4: check return value of blkdev_issue_flush() 13 years ago
Zheng Liu 67a5da564f ext4: make the zero-out chunk size tunable 13 years ago
Theodore Ts'o df981d03ee ext4: add max_dir_size_kb mount option 13 years ago
Theodore Ts'o 01fc48e892 ext4: don't load the block bitmap for block groups which have no space 13 years ago
Theodore Ts'o ecb94f5fdf ext4: collapse a single extent tree block into the inode if possible 13 years ago
Theodore Ts'o 89a4e48f84 ext4: fix kernel BUG on large-scale rm -rf commands 13 years ago
Theodore Ts'o 0548bbb853 ext4: fix long mount times on very big file systems 13 years ago
Theodore Ts'o 7a4c5de27e ext4: don't call ext4_error while block group is locked 13 years ago
Theodore Ts'o 7e731bc9a1 ext4: avoid kmemcheck complaint from reading uninitialized memory 13 years ago
Theodore Ts'o d796c52ef0 ext4: make sure the journal sb is written in ext4_clear_journal_err() 13 years ago
Artem Bityutskiy f6463b0da6 ext4: nuke pdflush from comments 13 years ago
Artem Bityutskiy 7652bdfcb5 ext4: nuke write_super from comments 13 years ago