Commit Graph

70 Commits (15121c18a22ae483279f76dc9e554334b800d0f7)

Author SHA1 Message Date
Dmitry Monakhov 5aca07eb7d ext4: quota macros cleanup 15 years ago
Theodore Ts'o 2de770a406 ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC 15 years ago
Theodore Ts'o 1e424a3483 ext4: partial revert to fix double brelse WARNING() 15 years ago
Curt Wohlgemuth d3d1faf6a7 ext4: Handle nested ext4_journal_start/stop calls without a journal 16 years ago
Andreas Schlick 1f7bebb9e9 ext4: Always set dx_node's fake_dirent explicitly. 16 years ago
Linus Torvalds 1d5ccd1c42 ext[234]: move over to 'check_acl' permission model 16 years ago
Theodore Ts'o b05ab1dc37 ext4: Limit number of links that can be created by ext4_link() 16 years ago
Aneesh Kumar K.V 2c94eb86c6 ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories 16 years ago
Curt Wohlgemuth 6487a9d3b5 ext4: More buffer head reference leaks 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
Toshiyuki Okajima 9aee228607 ext4: fix dx_map_entry to support 256k directory blocks 16 years ago
Aneesh Kumar K.V abc8746eb9 ext4: hook fiemap operation for directories 16 years ago
Theodore Ts'o 596397b77c ext4: Move fs/ext4/namei.h into ext4.h 16 years ago
Theodore Ts'o 3b9d4ed266 ext4: Replace lock/unlock_super() with an explicit lock for the orphan list 16 years ago
Jan Kara a269eb1829 ext4: Use lowercase names of quota functions 16 years ago
Theodore Ts'o afd4672dc7 ext4: Add auto_da_alloc mount option 16 years ago
Theodore Ts'o 8750c6d5fc ext4: Automatically allocate delay allocated blocks on rename 16 years ago
Bryan Donlan e6f009b0b4 ext4: return -EIO not -ESTALE on directory traversal through deleted inode 16 years ago
Wei Yongjun 3d0518f475 ext4: New rec_len encoding for very large blocksizes 16 years ago
Theodore Ts'o 8bad4597c2 ext4: Use unsigned int for blocksize in dx_make_map() and dx_pack_dirents() 16 years ago
Theodore Ts'o e6b8bc09ba ext4: Add sanity check to make_indexed_dir 16 years ago
Wu Fengguang 97e133b454 generic swap(): ext4: remove local swap() macro 16 years ago
Nick Piggin 54566b2c15 fs: symlink write_begin allocation context fix 16 years ago
Al Viro 6b38e842bb nfsd race fixes: ext4 16 years ago
Theodore Ts'o 498e5f2415 ext4: Change unsigned long to unsigned int 17 years ago
Frank Mayhar 0390131ba8 ext4: Allow ext4 to run without a journal 16 years ago
Theodore Ts'o 59e315b4c4 ext3/4: Fix loop index in do_split() so it is signed 16 years ago
Theodore Ts'o f99b25897a ext4: Add support for non-native signed/unsigned htree hash algorithms 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
Theodore Ts'o 03010a3350 ext4: Rename ext4dev to ext4 17 years ago
Theodore Ts'o f702ba0fd7 ext4: Don't use 'struct dentry' for internal lookups 17 years ago
Theodore Ts'o af5bc92dde ext4: Fix whitespace checkpatch warnings/errors 17 years ago
Theodore Ts'o 4776004f54 ext4: Add printk priority levels to clean up checkpatch warnings 17 years ago
Li Zefan d9c769b769 ext4: cleanup never-used magic numbers from htree code 17 years ago
Li Zefan f795e14073 ext4: fix build failure if DX_DEBUG is enabled 17 years ago
Duane Griffin f3b35f063e ext4: validate directory entry data before use 17 years ago
Christoph Hellwig 3dcf54515a ext4: move headers out of include/linux 17 years ago
Jan Kara 53b7e9f680 ext4: Fix update of mtime and ctime on rename 17 years ago
Harvey Harrison 46e665e9d2 ext4: replace remaining __FUNCTION__ occurrences 17 years ago
Akinobu Mita a871611b47 ext4: check ext4_journal_get_write_access() errors 17 years ago
Aneesh Kumar K.V e65187e6d0 ext4: Enable extent format for symlinks. 17 years ago
Aneesh Kumar K.V 42bf0383d1 ext4: set EXT4_EXTENTS_FL only for directory and regular files 17 years ago
Theodore Ts'o 825f1481ea ext4: Don't use ext4_dec_count() if not needed 17 years ago
Aneesh Kumar K.V 4cdeed861b ext4: Don't leave behind a half-created inode if ext4_mkdir() fails 17 years ago
David Howells 1d1fe1ee02 iget: stop EXT4 from using iget() and read_inode() 17 years ago
Valerie Clement b8356c465b ext4: Don't set EXTENTS_FL flag for fast symlinks 17 years ago
Mariusz Kozlowski 01f4adc044 ext4: remove unused code from ext4_find_entry() 17 years ago
Aneesh Kumar K.V 725d26d3f0 ext4: Introduce ext4_lblk_t 17 years ago