Commit Graph

1484 Commits (ffd7b33944f4573a063af7a55f8a5199c8185665)

Author SHA1 Message Date
Xi Wang d50f2ab6f0 ext4: fix undefined behavior in ext4_fill_flex_info() 13 years ago
Al Viro 94bf608a18 ext4: fix failure exits 13 years ago
Paul Gortmaker 302bf2f325 ext2/3/4: delete unneeded includes of module.h 13 years ago
Djalal Harouni 6c2155b9cc ext{3,4}: Fix potential race when setversion ioctl updates inode 13 years ago
Al Viro 0ce8c0109f ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink() 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro d8c9584ea2 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb 13 years ago
Eric Sandeen 5f163cc759 ext4: make more symbols static 13 years ago
Djalal Harouni 176576dbc8 ext4: make local symbol ext4_initxattrs static 13 years ago
Theodore Ts'o 9b90e5e028 ext4: reserve new feature flag codepoints 13 years ago
Ben Hutchings 1d526fc91b ext4: Report max_batch_time option correctly 13 years ago
Djalal Harouni 014a177037 ext4: add missing ext4_resize_end on error paths 13 years ago
Yongqiang Yang 61f296cc49 ext4: let ext4_group_add() use common code 13 years ago
Yongqiang Yang d89651c8e2 ext4: let ext4_group_extend() use common code 13 years ago
Yongqiang Yang 19c5246d25 ext4: add new online resize interface 13 years ago
Yongqiang Yang 4bac1f8cef ext4: add a new function which adds a flex group to a fs 13 years ago
Yongqiang Yang 3fbea4b368 ext4: add a new function which allocates bitmaps and inode tables 13 years ago
Yongqiang Yang c72df9f928 ext4: pass verify_reserved_gdb() the number of group decriptors 13 years ago
Yongqiang Yang 2e10e2f2e5 ext4: add a function which updates the super block during online resizing 13 years ago
Yongqiang Yang 083f5b24cc ext4: add a function which sets up a block group descriptors of a flex bg 13 years ago
Yongqiang Yang 33afdcc540 ext4: add a function which sets up group blocks of a flex bg 13 years ago
Yongqiang Yang 28c7bac009 ext4: add a structure which will be used by 64bit-resize interface 13 years ago
Yongqiang Yang bb08c1e7d8 ext4: add a function which adds a new group descriptors to a fs 13 years ago
Yongqiang Yang 18e3143848 ext4: add a function which extends a group without checking parameters 13 years ago
Al Viro dcca3fec9f ext4: propagate umode_t 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Al Viro 2a79f17e4a vfs: mnt_drop_write_file() 13 years ago
Al Viro a561be7100 switch a bunch of places to mnt_want_write_file() 13 years ago
Akinobu Mita 597d508c17 ext4: use proper little-endian bitops 13 years ago
Zheng Liu ccb4d7af91 ext4: remove no longer used functions in inode.c 13 years ago
Theodore Ts'o 14c83c9fdd ext4: avoid counting the number of free inodes twice in find_group_orlov() 13 years ago
Zheng Liu 88635ca277 ext4: add missing spaces to debugging printk's 13 years ago
Yongqiang Yang 5872ddaaf0 ext4: flush journal when switching from data=journal mode 13 years ago
Yongqiang Yang 2aff57b0c0 ext4: allocate delalloc blocks before changing journal mode 13 years ago
Theodore Ts'o 22cdfca564 ext4: remove unneeded file_remove_suid() from ext4_ioctl() 13 years ago
Robin Dong 8c48f7e88e ext4: optimize ext4_find_delalloc_range() in nodelalloc mode 13 years ago
Curt Wohlgemuth 14d7f3efe9 ext4: remove unused local variable 13 years ago
Jan Kara acd6ad8351 ext4: fix error handling on inode bitmap corruption 13 years ago
Zheng Liu 5635a62b83 ext4: add missing space to ext4_msg output in ext4_fill_super() 13 years ago
Yongqiang Yang 60e07cf515 ext4: do not reference pa_inode from group_pa 13 years ago
Yongqiang Yang 5a0dc7365c ext4: handle EOF correctly in ext4_bio_write_page() 13 years ago
Yongqiang Yang 5b5ffa49d4 ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized 13 years ago
Yongqiang Yang 093e6e3666 ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers() 13 years ago
Yongqiang Yang 13a79a4741 ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesize 13 years ago
Andrea Arcangeli ea51d132db ext4: avoid hangs in ext4_da_should_update_i_disksize() 13 years ago
Theodore Ts'o fc6cb1cda5 ext4: display the correct mount option in /proc/mounts for [no]init_itable 13 years ago
Paul Mackerras b4611abfa9 ext4: Fix crash due to getting bogus eh_depth value on big-endian systems 13 years ago