| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-23 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -4/+5 |
| 2012-10-15 | ext4: fix undefined bit shift result in ext4_fill_flex_info | Lukas Czerner | 1 | -1/+1 |
| 2012-10-10 | ext4: fix metadata checksum calculation for the superblock | Theodore Ts'o | 1 | -3/+4 |
| 2012-10-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -32/+60 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
| 2012-09-28 | ext4: give i_aiodio_unwritten a more appropriate name | Dmitry Monakhov | 1 | -1/+1 |
| 2012-09-28 | ext4: ext4_inode_info diet | Dmitry Monakhov | 1 | -1/+0 |
| 2012-09-27 | ext4: convert to use leXX_add_cpu() | Wei Yongjun | 1 | -1/+1 |
| 2012-09-26 | ext4: don't clear orphan list on ro mount with errors | Eric Sandeen | 1 | -2/+4 |
| 2012-09-23 | ext4: fix crash when accessing /proc/mounts concurrently | Herton Ronaldo Krzesinski | 1 | -1/+1 |
| 2012-09-18 | userns: Convert struct dquot dq_id to be a struct kqid | Eric W. Biederman | 1 | -1/+1 |
| 2012-09-17 | ext4: do not enable delalloc by default for ext2 | Theodore Ts'o | 1 | -1/+1 |
| 2012-09-13 | ext4: advertise the fact that the kernel supports meta_bg resizing | Theodore Ts'o | 1 | -0/+2 |
| 2012-09-05 | ext4: grow the s_flex_groups array as needed when resizing | Theodore Ts'o | 1 | -13/+35 |
| 2012-08-18 | ext4: replace plain integer with NULL in super.c | Sachin Kamat | 1 | -1/+1 |
| 2012-08-17 | ext4: drop lock_super()/unlock_super() | Theodore Ts'o | 1 | -10/+1 |
| 2012-08-17 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+6 |
| 2012-08-17 | ext4: return an error if kset_create_and_add fails in ext4_init_fs() | Theodore Ts'o | 1 | -1/+3 |
| 2012-08-17 | ext4: make the zero-out chunk size tunable | Zheng Liu | 1 | -0/+3 |
| 2012-08-17 | ext4: add max_dir_size_kb mount option | Theodore Ts'o | 1 | -0/+7 |
| 2012-08-17 | ext4: fix long mount times on very big file systems | Theodore Ts'o | 1 | -0/+4 |
| 2012-08-05 | ext4: avoid kmemcheck complaint from reading uninitialized memory | Theodore Ts'o | 1 | -0/+1 |
| 2012-08-05 | ext4: make sure the journal sb is written in ext4_clear_journal_err() | Theodore Ts'o | 1 | -0/+1 |
| 2012-08-04 | ext4: nuke write_super from comments | Artem Bityutskiy | 1 | -11/+0 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -24/+7 |
| 2012-07-31 | ext4: Convert to new freezing mechanism | Jan Kara | 1 | -24/+7 |
| 2012-07-27 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -64/+259 |
| 2012-07-22 | ext4: weed out ext4_write_super | Artem Bityutskiy | 1 | -10/+0 |
| 2012-07-22 | ext4: remove unnecessary superblock dirtying | Artem Bityutskiy | 1 | -1/+1 |
| 2012-07-22 | ext4: make quota as first class supported feature | Aditya Kali | 1 | -3/+134 |
| 2012-07-22 | quota: Move quota syncing to ->sync_fs method | Jan Kara | 1 | -0/+5 |
| 2012-07-09 | ext4: fix overhead calculation used by ext4_statfs() | Theodore Ts'o | 1 | -50/+124 |
| 2012-06-01 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -43/+210 |
| 2012-05-30 | ext4: add missing save_error_info() to ext4_error() | Theodore Ts'o | 1 | -0/+1 |
| 2012-05-30 | ext4: add debugging trigger for ext4_error() | Theodore Ts'o | 1 | -0/+20 |
| 2012-05-28 | ext4: return ENOMEM when mounts fail due to lack of memory | Theodore Ts'o | 1 | -0/+2 |
| 2012-05-28 | ext4: remove redundundant "(char *) bh->b_data" casts | Theodore Ts'o | 1 | -3/+3 |
| 2012-05-28 | ext4: remove needs_recovery in ext4_mb_init() | Akira Fujita | 1 | -1/+1 |
| 2012-05-28 | ext4: force ro mount if ext4_setup_super() fails | Eric Sandeen | 1 | -1/+2 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-27 | jbd2: enable journal clients to enable v2 checksumming | Darrick J. Wong | 1 | -13/+42 |
| 2012-05-25 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -5/+1 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -12/+26 |
| 2012-05-21 | ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 feature | Theodore Ts'o | 1 | -1/+1 |
| 2012-05-15 | userns: Convert ext4 to user kuid/kgid where appropriate | Eric W. Biederman | 1 | -12/+26 |
| 2012-05-15 | ext4: Remove i_mutex use from ext4_quota_write() | Jan Kara | 1 | -5/+1 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-04-29 | ext4: make block group checksums use metadata_csum algorithm | Darrick J. Wong | 1 | -24/+57 |
| 2012-04-29 | ext4: calculate and verify superblock checksum | Darrick J. Wong | 1 | -0/+47 |
| 2012-04-29 | ext4: load the crc32c driver if necessary | Darrick J. Wong | 1 | -0/+16 |
| 2012-04-29 | ext4: record the checksum algorithm in use in the superblock | Darrick J. Wong | 1 | -0/+18 |
| 2012-04-23 | super.c: unused variable warning without CONFIG_QUOTA | Eldad Zack | 1 | -0/+2 |
| 2012-04-16 | ext4: fix handling of journalled quota options | Theodore Ts'o | 1 | -17/+15 |
| 2012-04-16 | ext4: address scalability issue by removing extent cache statistics | Theodore Ts'o | 1 | -16/+0 |
| 2012-03-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -611/+464 |
| 2012-03-21 | ext4: remove useless s_dirt assignment | Artem Bityutskiy | 1 | -1/+0 |
| 2012-03-21 | ext4: write superblock only once on unmount | Artem Bityutskiy | 1 | -4/+3 |
| 2012-03-20 | ext4: initialization of ext4_li_mtx needs to be done earlier | Al Viro | 1 | -2/+3 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-03-19 | ext4: change some printk() calls to use ext4_msg() instead | Theodore Ts'o | 1 | -2/+2 |
| 2012-03-19 | ext4: avoid output message interleaving in ext4_error_<foo>() | Joe Perches | 1 | -10/+21 |
| 2012-03-04 | ext4: try to deprecate noacl and noxattr_user mount options | Theodore Ts'o | 1 | -0/+4 |
| 2012-03-04 | ext4: ignore mount options supported by ext2/3 (but have since been removed) | Theodore Ts'o | 1 | -0/+5 |
| 2012-03-04 | ext4: add debugging /proc file showing file system options | Theodore Ts'o | 1 | -17/+54 |
| 2012-03-04 | ext4: make ext4_show_options() be table-driven | Theodore Ts'o | 1 | -111/+61 |
| 2012-03-03 | ext4: move ext4_show_options() after parse_options() | Theodore Ts'o | 1 | -174/+175 |
| 2012-03-03 | ext4: use a table-driven handler for mount options | Theodore Ts'o | 1 | -336/+234 |
| 2012-03-03 | ext4: unify handling of mount options which have been removed | Theodore Ts'o | 1 | -20/+8 |
| 2012-03-03 | ext4: simplify handling of the errors=* mount options | Theodore Ts'o | 1 | -6/+3 |
| 2012-03-02 | ext4: remove the I_VERSION mount flag and use the super_block flag instead | Theodore Ts'o | 1 | -2/+1 |
| 2012-03-02 | ext4: remove Opt_ignore | Theodore Ts'o | 1 | -3/+1 |
| 2012-03-02 | ext4: remove deprecation warnings for minix_df and grpid | Theodore Ts'o | 1 | -11/+1 |
| 2012-02-20 | ext4: remove the resize mount option | Eric Sandeen | 1 | -23/+6 |
| 2012-02-20 | ext4: remove the journal=update mount option | Eric Sandeen | 1 | -25/+1 |
| 2012-02-20 | ext4: expand commit callback and | Bobi Jam | 1 | -0/+18 |
| 2012-01-10 | Merge branch 'for_linus' into for_linus_merged | Theodore Ts'o | 1 | -6/+5 |
| 2012-01-10 | ext4: fix undefined behavior in ext4_fill_flex_info() | Xi Wang | 1 | -4/+3 |
| 2012-01-09 | ext4: fix failure exits | Al Viro | 1 | -5/+8 |
| 2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -2/+2 |
| 2012-01-06 | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro | 1 | -1/+1 |
| 2012-01-04 | ext4: Report max_batch_time option correctly | Ben Hutchings | 1 | -1/+1 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-12-21 | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 1 | -9/+8 |
| 2011-12-18 | ext4: add missing space to ext4_msg output in ext4_fill_super() | Zheng Liu | 1 | -1/+1 |
| 2011-12-12 | ext4: display the correct mount option in /proc/mounts for [no]init_itable | Theodore Ts'o | 1 | -9/+8 |
| 2011-11-23 | Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Rafael J. Wysocki | 1 | -2/+1 |
| 2011-11-21 | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 1 | -2/+1 |
| 2011-11-07 | ext4: Remove kernel_lock annotations | Richard Weinberger | 1 | -2/+0 |
| 2011-11-07 | ext4: ignore journalled data options on remount if fs has no journal | Theodore Ts'o | 1 | -1/+3 |
| 2011-10-27 | ext4: optimize ext4_ext_convert_to_initialized() | Eric Gouriou | 1 | -0/+1 |
| 2011-10-08 | ext4: fix ext4 so it works without CONFIG_PROC_FS | Fabrice Jouhaud | 1 | -10/+6 |
| 2011-10-08 | ext4: remove deprecated oldalloc | Lukas Czerner | 1 | -4/+4 |
| 2011-10-06 | ext4: Free resources in some error path in ext4_fill_super | Tao Ma | 1 | -8/+11 |
| 2011-09-09 | ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters() | Theodore Ts'o | 1 | -3/+4 |
| 2011-09-09 | ext4: Rename ext4_free_blks_{count,set}() to refer to clusters | Theodore Ts'o | 1 | -5/+5 |
| 2011-09-09 | ext4: Fix bigalloc quota accounting and i_blocks value | Aditya Kali | 1 | -1/+2 |
| 2011-09-09 | ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled | Theodore Ts'o | 1 | -13/+24 |
| 2011-09-09 | ext4: convert the free_blocks field in s_flex_groups to be free_clusters | Theodore Ts'o | 1 | -1/+1 |
| 2011-09-09 | ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter | Theodore Ts'o | 1 | -14/+15 |
| 2011-09-09 | ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) | Theodore Ts'o | 1 | -0/+7 |
| 2011-09-09 | ext4: read-only support for bigalloc file systems | Theodore Ts'o | 1 | -8/+50 |
| 2011-09-09 | ext4: add ext4-specific kludge to avoid an oops after the disk disappears | Theodore Ts'o | 1 | -1/+17 |
| 2011-09-03 | ext4: improve handling of conflicting mount options | Theodore Ts'o | 1 | -21/+29 |
| 2011-08-13 | ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode | Jiaying Zhang | 1 | -1/+0 |
| 2011-08-03 | ext4: use kzalloc in ext4_kzalloc() | Mathias Krause | 1 | -1/+1 |
| 2011-08-01 | ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info | Theodore Ts'o | 1 | -4/+5 |
| 2011-08-01 | ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() | Theodore Ts'o | 1 | -18/+36 |
| 2011-07-26 | ext4: prevent parallel resizers by atomic bit ops | Yongqiang Yang | 1 | -1/+1 |
| 2011-07-17 | ext4: ignore a stripe width of 1 | Dan Ehrenberg | 1 | -7/+15 |
| 2011-07-10 | ext4: add tracepoint for ext4_journal_start | Theodore Ts'o | 1 | -0/+1 |
| 2011-06-06 | ext4: Fix max file size and logical block counting of extent format file | Lukas Czerner | 1 | -3/+12 |
| 2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm... | Linus Torvalds | 1 | -0/+2 |
| 2011-05-26 | ext4: add cleancache support | Dan Magenheimer | 1 | -0/+2 |
| 2011-05-24 | ext4: add support for multiple mount protection | Johann Lombardi | 1 | -1/+17 |
| 2011-05-24 | ext4: ensure f_bfree returned by ext4_statfs() is non-negative | Kazuya Mio | 1 | -1/+4 |
| 2011-05-22 | ext4: count hits/misses of extent cache and expose in sysfs | Vivek Haldar | 1 | -0/+16 |
| 2011-05-22 | ext4: don't show mount options in /proc/mounts if there is no journal | Theodore Ts'o | 1 | -1/+0 |
| 2011-05-20 | ext4: fix possible use-after-free in ext4_remove_li_request() | Lukas Czerner | 1 | -4/+6 |
| 2011-05-20 | ext4: fix the mount option "init_itable=n" to work as expected for n=0 | Lukas Czerner | 1 | -7/+16 |
| 2011-05-20 | ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread() | Lukas Czerner | 1 | -10/+0 |
| 2011-05-20 | ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread | Lukas Czerner | 1 | -25/+6 |
| 2011-05-18 | ext4: don't warn about mnt_count if it has been disabled | Tao Ma | 1 | -1/+1 |
| 2011-05-16 | ext4: fix oops in ext4_quota_off() | Amir Goldstein | 1 | -0/+3 |
| 2011-05-09 | ext4: remove redundant #ifdef in super.c | Amerigo Wang | 1 | -2/+0 |
| 2011-05-09 | ext4: remove redundant check for first_not_zeroed in ext4_register_li_request | Tao Ma | 1 | -8/+1 |
| 2011-04-18 | ext4: check for ext[23] file system features when mounting as ext[23] | Theodore Ts'o | 1 | -9/+65 |
| 2011-04-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -16/+58 |
| 2011-04-10 | ext4: allow an active handle to be started when freezing | Yongqiang Yang | 1 | -11/+33 |
| 2011-04-05 | ext4: init timer earlier to avoid a kernel panic in __save_error_info | Tao Ma | 1 | -3/+5 |
| 2011-04-04 | ext4: fix a double free in ext4_register_li_request | Tao Ma | 1 | -0/+6 |
| 2011-04-04 | ext4: remove unnecessary [cm]time update of quota file | Jan Kara | 1 | -2/+14 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2011-03-25 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -21/+27 |
| 2011-03-21 | ext4: add missing space in printk's in __ext4_grp_locked_error() | Robin Dong | 1 | -1/+1 |
| 2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+6 |
| 2011-03-15 | ext4: Copy fs UUID to superblock | Aneesh Kumar K.V | 1 | -0/+2 |
| 2011-03-05 | ext4: Use single thread to perform DIO unwritten convertion | Mingming Cao | 1 | -1/+1 |
| 2011-02-28 | ext4: skip orphan cleanup if fs has unknown ROCOMPAT features | Amir Goldstein | 1 | -0/+8 |
| 2011-02-27 | ext4: fix missing iput of root inode for some mount error paths | Manish Katiyar | 1 | -2/+3 |
| 2011-02-26 | ext4: enable mblk_io_submit by default | Theodore Ts'o | 1 | -2/+3 |
| 2011-02-23 | ext4: enable acls and user_xattr by default | Eric Sandeen | 1 | -9/+5 |
| 2011-02-23 | ext4: mark file-local functions and variables as static | Lukas Czerner | 1 | -3/+3 |
| 2011-02-21 | ext4: allow inode_readahead_blks=0 (linux-2.6.37) | Alexander V. Lukyanov | 1 | -2/+2 |
| 2011-02-21 | ext4: Fix sparse warning: Using plain integer as NULL pointer | Peter Huewe | 1 | -1/+1 |
| 2011-02-21 | Merge branch 'master' into for-2.6.39 | Tejun Heo | 1 | -20/+46 |
| 2011-02-12 | ext4: serialize unaligned asynchronous DIO | Eric Sandeen | 1 | -1/+12 |
| 2011-02-03 | ext4: fix up ext4 error handling | Theodore Ts'o | 1 | -4/+10 |
| 2011-02-03 | ext4: unregister features interface on module unload | Lukas Czerner | 1 | -2/+10 |
| 2011-02-03 | ext4: fix panic on module unload when stopping lazyinit thread | Eric Sandeen | 1 | -13/+14 |
| 2011-02-01 | ext4: convert to alloc_workqueue() | Tejun Heo | 1 | -1/+6 |
| 2011-01-21 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -18/+7 |
| 2011-01-13 | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -10/+2 |
| 2011-01-12 | quota: Fix deadlock during path resolution | Jan Kara | 1 | -18/+7 |
| 2011-01-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -132/+156 |
| 2011-01-10 | ext4: fix uninitialized variable in ext4_register_li_request | Andrew Morton | 1 | -1/+1 |
| 2011-01-10 | ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary | Theodore Ts'o | 1 | -9/+7 |
| 2011-01-10 | ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED | Theodore Ts'o | 1 | -1/+0 |
| 2011-01-10 | ext4: Use ext4_error_file() to print the pathname to the corrupted inode | Theodore Ts'o | 1 | -12/+16 |
| 2011-01-10 | ext4: use IS_ERR() to check for errors in ext4_error_file | Dan Carpenter | 1 | -1/+1 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-12-19 | ext4: Use printf extension %pV | Joe Perches | 1 | -17/+23 |
| 2010-12-19 | ext4: Use vzalloc in ext4_fill_flex_info() | Joe Perches | 1 | -8/+7 |
| 2010-12-15 | ext4: Add second mount options field since the s_mount_opt is full up | Theodore Ts'o | 1 | -2/+5 |
| 2010-12-15 | ext4: Move struct ext4_mount_options from ext4.h to super.c | Theodore Ts'o | 1 | -0/+15 |
| 2010-12-15 | ext4: Simplify the usage of clear_opt() and set_opt() macros | Theodore Ts'o | 1 | -81/+81 |
| 2010-12-14 | ext4: Turn off multiple page-io submission by default | Theodore Ts'o | 1 | -2/+12 |
| 2010-11-19 | fs: Do not dispatch FITRIM through separate super_operation | Lukas Czerner | 1 | -1/+0 |
| 2010-11-19 | ext4: ext4_fill_super shouldn't return 0 on corruption | Darrick J. Wong | 1 | -2/+3 |
| 2010-11-17 | ext4: missing unlock in ext4_clear_request_list() | Dan Carpenter | 1 | -3/+0 |
| 2010-11-13 | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 1 | -1/+1 |
| 2010-11-13 | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 1 | -10/+2 |
| 2010-11-08 | ext4: Add new ext4 inode tracepoints | Theodore Ts'o | 1 | -0/+10 |
| 2010-11-08 | ext4: do not try to grab the s_umount semaphore in ext4_quota_off | Dmitry Monakhov | 1 | -5/+3 |
| 2010-11-08 | ext4: handle writeback of inodes which are being freed | Theodore Ts'o | 1 | -0/+2 |
| 2010-11-03 | ext4: initialize the percpu counters before replaying the journal | Theodore Ts'o | 1 | -26/+39 |
| 2010-11-02 | ext4: "ret" may be used uninitialized in ext4_lazyinit_thread() | Theodore Ts'o | 1 | -8/+6 |
| 2010-11-02 | ext4: fix lazyinit hang after removing request | Lukas Czerner | 1 | -1/+2 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 1 | -8/+8 |
| 2010-10-27 | Merge branch 'next' into upstream-merge | Theodore Ts'o | 1 | -21/+510 |
| 2010-10-27 | ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new | Nicolas Kaiser | 1 | -14/+8 |
| 2010-10-27 | ext4: make various ext4 functions be static | Theodore Ts'o | 1 | -1/+1 |
| 2010-10-27 | ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() | Theodore Ts'o | 1 | -16/+16 |
| 2010-10-27 | ext4: fix kernel oops if the journal superblock has a non-zero j_errno | Theodore Ts'o | 1 | -2/+5 |
| 2010-10-27 | ext4: add batched_discard into ext4 feature list | Lukas Czerner | 1 | -0/+2 |
| 2010-10-27 | ext4: Add batched discard support for ext4 | Lukas Czerner | 1 | -0/+1 |
| 2010-10-27 | ext4: use bio layer instead of buffer layer in mpage_da_submit_io | Theodore Ts'o | 1 | -1/+7 |
| 2010-10-27 | ext4: don't update sb journal_devnum when RO dev | Maciej Żenczykowski | 1 | -1/+1 |
| 2010-10-27 | ext4: add interface to advertise ext4 features in sysfs | Lukas Czerner | 1 | -2/+50 |
| 2010-10-27 | ext4: add support for lazy inode table initialization | Lukas Czerner | 1 | -3/+437 |
| 2010-10-27 | ext4: fix NULL pointer dereference in print_daily_error_info() | Sergey Senozhatsky | 1 | -0/+1 |
| 2010-10-22 | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -11/+0 |
| 2010-10-04 | BKL: Remove BKL from ext4 filesystem | Jan Blunck | 1 | -15/+0 |
| 2010-10-04 | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 1 | -2/+6 |
| 2010-09-10 | ext3/ext4: Factor out disk addressability check | Patrick J. LoPresti | 1 | -5/+3 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+5 |
| 2010-08-09 | convert ext4 to ->evict_inode() | Al Viro | 1 | -5/+5 |
| 2010-08-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 | Linus Torvalds | 1 | -98/+236 |