]> git.kernelconcepts.de Git - karo-tx-linux.git/history - fs/ext4
NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease.
[karo-tx-linux.git] / fs / ext4 /
2012-01-25 Xi Wangext4: fix undefined behavior in ext4_fill_flex_info()
2011-12-21 Andrea Arcangeliext4: avoid hangs in ext4_da_should_update_i_disksize()
2011-11-07 Theodore Ts'oext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL...
2011-11-07 Zheng Liuext4: fix BUG_ON() in ext4_ext_insert_extent()
2011-06-23 Yang Ruiruiext4: release page cache in ext4_mb_load_buddy error...
2011-04-14 Yongqiang Yangext4: fix credits computing for indirect mapped files
2010-09-27 Dmitry Monakhovext4: Fix remaining racy updates of EXT4_I(inode)-...
2010-08-26 Akinobu Mitaext4: consolidate in_range() definitions
2010-08-13 Eric Sandeenext4: Fix optional-arg mount options
2010-08-13 Theodore Ts'oext4: Make sure the MOVE_EXT ioctl can't overwrite...
2010-08-13 Eric Sandeenext4: fix freeze deadlock under IO
2010-08-02 Frank Mayharext4: Make fsync sync new parent directories in no...
2010-08-02 Ben Hutchingsext4: Fix compat EXT4_IOC_ADD_GROUP
2010-08-02 Ben Hutchingsext4: Conditionally define compat ioctl numbers
2010-08-02 Dmitry Monakhovext4: restart ext4_ext_remove_space() after transaction...
2010-08-02 Theodore Ts'oext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted
2010-08-02 Theodore Ts'oext4: Avoid crashing on NULL ptr dereference on a files...
2010-08-02 Dmitry Monakhovext4: Use bitops to read/modify i_flags in struct ext4_...
2010-08-02 Jan Karaext4: Show journal_checksum option
2010-08-02 Curt Wohlgemuthext4: check for a good block group before loading buddy...
2010-08-02 Nikanth Karthikesanext4: Prevent creation of files larger than RLIMIT_FSIZ...
2010-08-02 Curt Wohlgemuthext4: Remove extraneous newlines in ext4_msg() calls
2010-08-02 Dmitry Monakhovext4: init statistics after journal recovery
2010-08-02 Dmitry Monakhovext4: clean up inode bitmaps manipulation in ext4_free_...
2010-08-02 Dmitry Monakhovext4: Do not zero out uninitialized extents beyond...
2010-08-02 Eric Sandeenext4: don't scan/accumulate more pages than mballoc...
2010-08-02 Eric Sandeenext4: stop issuing discards if not supported by device
2010-08-02 Eric Sandeenext4: don't return to userspace after freezing the...
2010-08-02 Eric Sandeenext4: check s_log_groups_per_flex in online resize...
2010-08-02 Dmitry Monakhovext4: fix quota accounting in case of fallocate
2010-08-02 Christian Borntraegerext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat...
2010-08-02 Jing Zhangext4: rename ext4_mb_release_desc() to ext4_mb_unload_b...
2010-08-02 Jing Zhangext4: Remove unnecessary call to ext4_get_group_desc...
2010-08-02 Jing Zhangext4: fix memory leaks in error path handling of ext4_e...
2010-08-02 Dmitry Monakhovext4: check missed return value in ext4_sync_file()
2010-08-02 Theodore Ts'oext4: Issue the discard operation *before* releasing...
2010-08-02 Curt Wohlgemuthext4: Fix buffer head leaks after calls to ext4_get_ino...
2010-08-02 Curt Wohlgemuthext4: Fix possible lost inode write in no journal mode
2010-08-02 Eric Sandeenext4: Fixed inode allocator to correctly track a flex_b...
2010-08-02 Jan Karaext4: Fix estimate of # of blocks needed to write indir...
2010-08-02 Akira Fujitaext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
2010-08-02 Akira Fujitaext4: Fix the NULL reference in double_down_write_data_...
2010-08-02 Akira Fujitaext4: Fix insertion point of extent in mext_insert_acro...
2010-08-02 Toshiyuki Okajimaext4: make "offset" consistent in ext4_check_dir_entry()
2010-08-02 Dmitry Monakhovext4: Handle non empty on-disk orphan link
2010-08-02 Dmitry Monakhovext4: explicitly remove inode from orphan list after...
2010-08-02 Dmitry Monakhovext4: fix error handling in migrate
2010-08-02 Tao Maext4: Fix fencepost error in chosing choosing group...
2010-08-02 Jiaying Zhangext4: Add flag to files with blocks intentionally past EOF
2010-08-02 Curt Wohlgemuthext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
2010-08-02 Theodore Ts'oext4: Use bitops to read/modify EXT4_I(inode)->i_state
2010-08-02 Aneesh Kumar K.Vext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
2010-08-02 Aneesh Kumar K.Vext4: Fix quota accounting error with fallocate
2010-08-02 Aneesh Kumar K.Vext4: Handle -EDQUOT error on write
2010-08-02 Theodore Ts'oext4: Calculate metadata requirements more accurately
2010-08-02 Theodore Ts'oext4: Fix accounting of reserved metadata blocks
2010-08-02 Theodore Ts'oext4: Patch up how we claim metadata blocks for quota...
2010-08-02 Aneesh Kumar K.Vext4: Ensure zeroout blocks have no dirty metadata
2010-08-02 Richard Kennedyext4: return correct wbc.nr_to_write in ext4_da_writepages
2010-08-02 Julia Lawallext4: Eliminate potential double free on error path
2010-08-02 Theodore Ts'oext4, jbd2: Add barriers for file systems with exernal...
2010-08-02 Surbhi Palandeext4: replace BUG() with return -EIO in ext4_ext_get_blocks
2010-08-02 Dmitry Monakhovext4: Fix potential quota deadlock
2010-05-12 Leonard Michlmayrext4: correctly calculate number of blocks for fiemap
2010-04-26 Eric Sandeenext4: fix async i/o writes beyond 4GB to a sparse file
2010-04-26 Eric Sandeenext4: flush delalloc blocks when space is low
2010-01-06 Dmitry Monakhovext4: fix sleep inside spinlock issue with quota and...
2010-01-06 Dmitry Monakhovext4: Convert to generic reserved quota's space management.
2009-12-14 Theodore Ts'oext4: Fix potential fiemap deadlock (mmap_sem vs. i_dat...
2009-12-14 Akira Fujitaext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
2009-12-14 Jan Karaext4: Wait for proper transaction commit on fsync
2009-12-14 Dmitry Monakhovext4: fix incorrect block reservation on quota transfer.
2009-12-14 Dmitry Monakhovext4: quota macros cleanup
2009-12-14 Dmitry Monakhovext4: ext4_get_reserved_space() must return bytes inste...
2009-12-14 Curt Wohlgemuthext4: remove blocks from inode prealloc list on failure
2009-12-14 Josef Bacikext4: wait for log to commit when umounting
2009-12-14 Jan Karaext4: Avoid data / filesystem corruption when write...
2009-12-14 Roel Kluinext4: Return the PTR_ERR of the correct pointer in...
2009-12-14 Akira Fujitaext4: move_extent_per_page() cleanup
2009-12-14 Kazuya Mioext4: initialize moved_len before calling ext4_move_ext...
2009-12-14 Akira Fujitaext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
2009-12-14 Eric Sandeenext4: make "norecovery" an alias for "noload"
2009-12-14 Eric Sandeenext4: make trim/discard optional (and off by default)
2009-12-14 Jan Karaext4: fix error handling in ext4_ind_get_blocks()
2009-12-14 Theodore Ts'oext4: avoid issuing unnecessary barriers
2009-12-14 Theodore Ts'oext4: fix block validity checks so they work correctly...
2009-12-14 Theodore Ts'oext4: fix uninit block bitmap initialization when s_met...
2009-12-14 Theodore Ts'oext4: don't update the superblock in ext4_statfs()
2009-12-14 Eric Sandeenext4: journal all modifications in ext4_xattr_set_handle
2009-12-14 Julia Lawallext4: fix i_flags access in ext4_da_writepages_trans_bl...
2009-12-14 Theodore Ts'oext4: make sure directory and symlink blocks are revoked
2009-12-14 Theodore Ts'oext4: plug a buffer_head leak in an error path of ext4_...
2009-12-14 Akira Fujitaext4: fix possible recursive locking warning in EXT4_IO...
2009-12-14 Akira Fujitaext4: fix lock order problem in ext4_move_extents()
2009-12-14 Akira Fujitaext4: fix the returned block count if EXT4_IOC_MOVE_EXT...
2009-12-14 Theodore Ts'oext4: avoid divide by zero when trying to mount a corru...
2009-12-14 Theodore Ts'oext4: fix potential buffer head leak when add_dirent_to...
2009-11-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-11-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-11-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
next