Commit Graph

155 Commits (3f5ec13696fd4a33bde42f385406cbb1d3cc96fd)

Author SHA1 Message Date
Al Viro a9885444f7 [PATCH] get rid of on-stack dentry in ext2_get_parent() 17 years ago
Christoph Hellwig 440037287c [PATCH] switch all filesystems over to d_obtain_alias 17 years ago
Al Viro 08f8585121 [PATCH] move block_device_operations to blkdev.h 17 years ago
Alexey Dobriyan 6da0b38f44 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out 17 years ago
Eric Sandeen bd39597cbd ext2: avoid printk floods in the face of directory corruption 17 years ago
Mingming Cao d707d31c97 ext2: fix ext2 block reservation early ENOSPC issue 17 years ago
Steven Whitehouse a447c09324 vfs: Use const for kernel parser table 17 years ago
Josef Bacik 68c9d702bb generic block based fiemap implementation 17 years ago
Hisashi Hifumi 8ab22b9abb vfs: pagecache usage optimization for pagesize!=blocksize 17 years ago
Al Viro e6305c43ed [PATCH] sanitize ->permission() prototype 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Jan Kara 74abb9890d quota: move function-macros from quota.h to quotaops.h 17 years ago
Shen Feng f905f06fca ext2: remove double definitions of xattr macros 17 years ago
Aneesh Kumar K.V 8b91582500 ext2: retry block allocation if new blocks are allocated from system zone 17 years ago
Harvey Harrison 605afd60ef ext2: replace remaining __FUNCTION__ occurrences 17 years ago
Julia Lawall 2c11619a59 fs/ext2: use BUG_ON 17 years ago
Akinobu Mita 4c8b3125f8 ext2: use ext2_fsblk_t type 17 years ago
Akinobu Mita 24097d12ef ext2: use ext2_group_first_block_no() 17 years ago
Akinobu Mita bbff286024 ext2: improve ext2_readdir() return value 17 years ago
Marcin Slusarz 31f68e1301 ext2: convert byte order of constant instead of variable 17 years ago
Marcin Slusarz fba4d3997f ext2: le*_add_cpu conversion 17 years ago
Nick Piggin 70688e4dd1 xip: support non-struct page backed memory 17 years ago
Jared Hulbert 30afcb4bd2 return pfn from direct_access, for XIP 17 years ago
Benoit Boissinot 1cc8dcf569 ext*: spelling fix prefered -> preferred 17 years ago
Dave Hansen 42a74f206b [PATCH] r/o bind mounts: elevate write count for ioctls() 17 years ago
Jan Kara 335e92e8a5 vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs 17 years ago
Miklos Szeredi 35c879dc30 mount options: fix ext2 17 years ago
Christoph Hellwig 91dbbe4896 ext2: remove unused ext2_put_inode prototype 17 years ago
David Howells 52fcf70329 iget: stop EXT2 from using iget() and read_inode() 17 years ago
Akinobu Mita 859cb93679 ext[234]: cleanup ext[234]_bg_num_gdb() 17 years ago
Akinobu Mita fb01bfdac7 ext[234]: remove unused argument for ext[234]_find_goal() 17 years ago
Akinobu Mita 197cd65acc ext[234]: use ext[234]_get_group_desc() 17 years ago
Akinobu Mita 144704e522 ext[234]: fix comment for nonexistent variable 17 years ago
Andi Kleen d71cadd6bc BKL-removal: remove incorrect BKL comment in ext2 17 years ago
Andi Kleen 14f9f7b28e BKL-removal: convert ext2 over to use unlocked_ioctl 17 years ago
Aneesh Kumar K.V 01584fa645 ext2: add block bitmap validation 17 years ago
Nick Piggin a8e3eff466 ext2: xip check fix 17 years ago
Aneesh Kumar K.V 14e11e106b ext2: change the default behaviour on error 17 years ago
Aneesh Kumar K.V 7f0adaeced ext2: return after ext2_error in case of failures 17 years ago
Aneesh Kumar K.V 902be4c5ef ext2: Fix the max file size for ext2 file system. 17 years ago
Tobias Poschwatta 6454d1f903 fix up ext2_fs.h for userspace after reservations backport 17 years ago
Jan Kara e47776a0a4 Forbid user to change file flags on quota files 17 years ago
Linus Torvalds 0b832a4b93 Revert "ext2/ext3/ext4: add block bitmap validation" 17 years ago
Christoph Hellwig 3965516440 exportfs: make struct export_operations const 18 years ago
Christoph Hellwig 2e4c68e303 ext2: new export ops 18 years ago
Jan Kara 89910cccb8 ext2: avoid rec_len overflow with 64KB block size 18 years ago
Martin J. Bligh a686cd898b ext2 reservations 18 years ago
vignesh babu d8ea6cf899 ext2/4: use is_power_of_2() 18 years ago
Aneesh Kumar K.V 7c9e69faa2 ext2/ext3/ext4: add block bitmap validation 18 years ago
Eric Sandeen ef2fb67989 remove unused bh in calls to ext234_get_group_desc 18 years ago