Commit Graph

413 Commits (50dd94e017ec39f85c26b6c10ed9fb2d7a7d8042)

Author SHA1 Message Date
Frederic Bohe 23712a9c28 ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inode 16 years ago
Aneesh Kumar K.V ed9b3e3379 ext4: Mark the buffer_heads as dirty and uptodate after prepare_write 16 years ago
Theodore Ts'o ac51d83705 ext4: calculate journal credits correctly 16 years ago
Theodore Ts'o 14ce0cb411 ext4: wait on all pending commits in ext4_sync_fs() 16 years ago
Aneesh Kumar K.V d94e99a64c ext4: Convert to host order before using the values. 16 years ago
Aneesh Kumar K.V ae2d9fb18e ext4: fix missing ext4_unlock_group in error path 16 years ago
Eric Sandeen a996031c87 delay capable() check in ext4_has_free_blocks() 17 years ago
Eric Sandeen 8c3bf8a01c merge ext4_claim_free_blocks & ext4_has_free_blocks 17 years ago
Hidehiro Kawai ef2cabf7c6 ext4: fix a bug accessing freed memory in ext4_abort 17 years ago
Theodore Ts'o 3c37fc86d2 ext4: Fix duplicate entries returned from getdents() system call 17 years ago
Christoph Hellwig 3856d30ded ext4: remove unused variable in ext4_get_parent 17 years ago
Christoph Hellwig 440037287c [PATCH] switch all filesystems over to d_obtain_alias 17 years ago
Al Viro 8264613def [PATCH] switch quota_on-related stuff to kern_path() 17 years ago
Al Viro 9a1c354276 [PATCH] pass fmode_t to blkdev_put() 17 years ago
Alexey Dobriyan 6da0b38f44 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out 17 years ago
Theodore Ts'o f287a1a561 ext4: Remove automatic enabling of the HUGE_FILE feature flag 17 years ago
Theodore Ts'o 3e624fc72f ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback 17 years ago
Theodore Ts'o 01436ef2e4 ext4: Remove unused mount options: nomballoc, mballoc, nocheck 17 years ago
Manish Katiyar 0b09923eab ext4: Remove compile warnings when building w/o CONFIG_PROC_FS 17 years ago
Eric Sesterhenn 5128273a32 ext4: Add missing newlines to printk messages 17 years ago
Aneesh Kumar K.V 22208dedbd ext4: Fix file fragmentation during large file write. 17 years ago
Aneesh Kumar K.V af6f029d38 ext4: Use tag dirty lookup during mpage_da_submit_io 17 years ago
Theodore Ts'o 8a0aba733d ext4: let the block device know when unused blocks can be discarded 17 years ago
Steven Whitehouse a447c09324 vfs: Use const for kernel parser table 17 years ago
Alexander Beregalov 3244fcb1ae ext4: fix build failure without procfs 17 years ago
Hidehiro Kawai 5bf5683a33 ext4: add an option to control error handling on file data 17 years ago
Hidehiro Kawai 7ffe1ea894 ext4: add checks for errors from jbd2 17 years ago
Aneesh Kumar K.V a1aebc1e2d ext4: Don't reuse released data blocks until transaction commits 17 years ago
Aneesh Kumar K.V c894058d66 ext4: Use an rbtree for tracking blocks freed during transaction. 17 years ago
Aneesh Kumar K.V c2774d84fd ext4: Do mballoc init before doing filesystem recovery 17 years ago
Aneesh Kumar K.V 688f05a019 ext4: Free ext4_prealloc_space using kmem_cache_free 17 years ago
Theodore Ts'o 03010a3350 ext4: Rename ext4dev to ext4 17 years ago
Andi Kleen 39d80c33a0 ext4: Avoid double dirtying of super block in ext4_put_super() 17 years ago
Eric Sandeen 6873fa0de1 Hook ext4 to the vfs fiemap interface. 17 years ago
Kalpak Shah 4d20c685fa ext4: fix xattr deadlock 17 years ago
Theodore Ts'o ede86cc473 ext4: Add debugging markers that can be used by systemtap 17 years ago
Frederic Bohe c806e68f56 ext4: fix initialization of UNINIT bitmap blocks 17 years ago
Theodore Ts'o c2ea3fde61 ext4: Remove old legacy block allocator 17 years ago
Theodore Ts'o 240799cdf2 ext4: Use readahead when reading an inode from the inode table 17 years ago
Theodore Ts'o 5e8814f2f7 ext4: Combine proc file handling into a single set of functions 17 years ago
Theodore Ts'o 9f6200bbfc ext4: move /proc setup and teardown out of mballoc.c 17 years ago
Theodore Ts'o f702ba0fd7 ext4: Don't use 'struct dentry' for internal lookups 17 years ago
Theodore Ts'o 914258bf2c ext4/jbd2: Avoid WARN() messages when failing to write to the superblock 17 years ago
Eric Sandeen 730c213c79 ext4: use percpu data structures for lg_prealloc_list 17 years ago
Theodore Ts'o 8eea80d52b ext4: Renumber EXT4_IOC_MIGRATE 17 years ago
Aneesh Kumar K.V 4db46fc266 ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctl 17 years ago
Aneesh Kumar K.V 2a43a87800 ext4: elevate write count for migrate ioctl 17 years ago
Li Zefan 7ee1ec4ca3 ext4: add missing unlock in ext4_check_descriptors() on error path 17 years ago
Theodore Ts'o 05496769e5 jbd2: clean up how the journal device name is printed 17 years ago
Alexey Dobriyan 899fc1a4cf ext4: fix #11321: create /proc/ext4/*/stats more carefully 17 years ago