Commit Graph

644 Commits (b1f485f20eb9b02cc7d2009556287f3939d480cc)

Author SHA1 Message Date
Roel Kluin c333e073b7 ext4: remove redundant test on unsigned 16 years ago
Peng Tao 785b4b3a5a ext4: fix build warning when EXT4FS_DEBUG is on 16 years ago
Akira Fujita 1c71850517 ext4: Fix compile warnings with MB_DEBUG 16 years ago
Joe Perches 5a4a798937 ext4: Remove unnecessary semicolons in mballoc.c 16 years ago
Curt Wohlgemuth 6487a9d3b5 ext4: More buffer head reference leaks 16 years ago
Theodore Ts'o 78f1ddbb49 ext4: Avoid null pointer dereference when decoding EROFS w/o a journal 16 years ago
Manish Katiyar 43b3852029 ext4: Fix typo in ext4/Kconfig 16 years ago
Aneesh Kumar K.V 024eab4d5b ext4: Fix memory leak fix when mounting an ext4 filesystem 16 years ago
Jan Kara 0d34ec62e1 ext4: Remove syncing logic from ext4_file_write 16 years ago
Linus Torvalds 1d5ccd1c42 ext[234]: move over to 'check_acl' permission model 16 years ago
Theodore Ts'o 833576b362 ext4: Fix ext4_mb_initialize_context() to initialize all fields 16 years ago
Peng Tao ac046f1d61 ext4: fix null handler of ioctls in no journal mode 16 years ago
Curt Wohlgemuth e6b5d30104 ext4: Fix buffer head reference leak in no-journal mode 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Al Viro 073aaa1b14 helpers for acl caching + switch to those 16 years ago
Al Viro d4bfe2f76d switch ext4 to inode->i_acl 16 years ago
Bartlomiej Zolnierkiewicz 90c699a9ee block: rename CONFIG_LBD to CONFIG_LBDAF 16 years ago
Theodore Ts'o 210ad6aedb ext4: avoid unnecessary spinlock in critical POSIX ACL path 16 years ago
Theodore Ts'o 4159175058 ext4: Don't update ctime for non-extent-mapped inodes 16 years ago
Aneesh Kumar K.V 62e086be5d ext4: Move __ext4_journalled_writepage() to avoid forward declaration 16 years ago
Aneesh Kumar K.V 43ce1d23b4 ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc 16 years ago
Aneesh Kumar K.V c364b22c95 ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation 16 years ago
Theodore Ts'o de9a55b841 ext4: Fix up whitespace issues in fs/ext4/inode.c 16 years ago
Theodore Ts'o 0610b6e999 ext4: Fix 64-bit block type problem on 32-bit platforms 16 years ago
Andreas Dilger 11013911da ext4: teach the inode allocator to use a goal inode number 16 years ago
Theodore Ts'o f157a4aa98 ext4: Use a hash of the topdir directory name for the Orlov parent group 16 years ago
Theodore Ts'o 4ab2f15b7f ext4: move the abort flag from s_mount_opts to s_mount_flags 16 years ago
Theodore Ts'o bc0b0d6d69 ext4: update the s_last_mounted field in the superblock 16 years ago
Theodore Ts'o 7f4520cc62 ext4: change s_mount_opt to be an unsigned int 16 years ago
Akira Fujita 748de6736c ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl 16 years ago
Alessio Igor Bogani 337eb00a2c Push BKL down into ->remount_fs() 16 years ago
Christoph Hellwig ebc1ac1645 ->write_super lock_super pushdown 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
Al Viro a9e220f832 No need to do lock_super() for exclusion in generic_shutdown_super() 16 years ago
Christoph Hellwig 8c85e12512 remove ->write_super call in generic_shutdown_super 16 years ago
Aneesh Kumar K.V a41f207169 ext4: Avoid corrupting the uninitialized bit in the extent during truncate 16 years ago
Theodore Ts'o 0eab928221 ext4: Don't treat a truncation of a zero-length file as replace-via-truncate 16 years ago
Toshiyuki Okajima 9aee228607 ext4: fix dx_map_entry to support 256k directory blocks 16 years ago
Aneesh Kumar K.V f8514083cd ext4: truncate the file properly if we fail to copy data from userspace 16 years ago
Aneesh Kumar K.V 1938a150c2 ext4: Avoid leaking blocks after a block allocation failure 16 years ago
Eric Sandeen b31e15527a ext4: Change all super.c messages to print the device 16 years ago
Jan Kara 03f5d8bcf0 ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() 16 years ago
Aneesh Kumar K.V b767e78a17 ext4: Don't look at buffer_heads outside i_size. 16 years ago
Johann Lombardi e6462869e4 ext4: Fix goal inum check in the inode allocator 16 years ago
Theodore Ts'o 5adfee9c17 ext4: fix no journal corruption with locale-gen 16 years ago
Aneesh Kumar K.V 5887e98b60 ext4: Calculate required journal credits for inserting an extent properly 16 years ago
Jan Kara ffacfa7a79 ext4: Fix truncation of symlinks after failed write 16 years ago
Jesper Dangaard Brouer 3e03f9ca6a ext4: Use rcu_barrier() on module unload. 16 years ago
Eric Sandeen 726447d803 ext4: naturally align struct ext4_allocation_request 16 years ago