]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2019-12-14 yangerkunext4: reserve revoke credits in __ext4_new_inode
2019-12-14 Dan Carpenterext4: unlock on error in ext4_expand_extra_isize()
2019-12-14 Theodore Ts'oext4: optimize __ext4_check_dir_entry()
2019-12-14 Jan Karaext4: check for directory entries too close to block end
2019-12-14 Jan Karaext4: fix ext4_empty_dir() for directories with holes
2019-11-19 Theodore Ts'oMerge branch 'tt/misc' into dev
2019-11-19 Theodore Ts'oext4: work around deleting a file with i_nlink == 0 safely
2019-11-19 Theodore Ts'oext4: add more paranoia checking in ext4_expand_extra_i...
2019-11-15 Jan Karajbd2: make jbd2_handle_buffer_credits() handle reserved...
2019-11-15 yangerkunext4: fix a bug in ext4_wait_for_tail_page_commit
2019-11-15 Gao Xiangext4: bio_alloc with __GFP_DIRECT_RECLAIM never fails
2019-11-15 Chengguang Xuext4: code cleanup for get_next_id
2019-11-15 Jan Karaext4: fix leak of quota reservations
2019-11-14 Olof Johanssonext4: remove unused variable warning in parse_options()
2019-11-14 Chandan Rajendraext4: Enable encryption for subpage-sized blocks
2019-11-14 Eric Biggersfs/buffer.c: support fscrypt in block_read_full_page()
2019-11-11 Ritesh Harjaniext4: Add error handling for io_end_vec struct allocation
2019-11-05 Theodore Ts'oMerge branch 'mb/dio' into master
2019-11-05 Theodore Ts'oMerge branch 'jk/jbd2-revoke-overflow'
2019-11-05 Jan Karajbd2: Fine tune estimate of necessary descriptor blocks
2019-11-05 Jan Karajbd2: Provide trace event for handle restarts
2019-11-05 Jan Karaext4: Reserve revoke credits for freed blocks
2019-11-05 Jan Karajbd2: Make credit checking more strict
2019-11-05 Jan Karajbd2: Rename h_buffer_credits to h_total_credits
2019-11-05 Jan Karajbd2: Reserve space for revoke descriptor blocks
2019-11-05 Jan Karajbd2: Drop jbd2_space_needed()
2019-11-05 Jan Karajbd2: Account descriptor blocks into t_outstanding_credits
2019-11-05 Jan Karajbd2: Factor out common parts of stopping and restartin...
2019-11-05 Jan Karajbd2: Drop pointless wakeup from jbd2_journal_stop()
2019-11-05 Jan Karajbd2: Drop pointless check from jbd2_journal_stop()
2019-11-05 Jan Karajbd2: Reorganize jbd2_journal_stop()
2019-11-05 Jan Karajbd2: Fix statistics for the number of logged blocks
2019-11-05 Jan Karaocfs2: Use accessor function for h_buffer_credits
2019-11-05 Jan Karaext4, jbd2: Provide accessor function for handle credits
2019-11-05 Jan Karaext4: Provide function to handle transaction restarts
2019-11-05 Jan Karaext4: Avoid unnecessary revokes in ext4_alloc_branch()
2019-11-05 Jan Karaext4: Use ext4_journal_extend() instead of jbd2_journal...
2019-11-05 Jan Karaext4: Fix ext4_should_journal_data() for EA inodes
2019-11-05 Jan Karaext4: Fix credit estimate for final inode freeing
2019-11-05 Matthew Bobrowskiext4: introduce direct I/O write using iomap infrastructure
2019-11-05 Jan Karaext4: Do not iput inode under running transaction
2019-11-05 Jan Karaext4: Move marking of handle as sync to ext4_add_nondir()
2019-11-05 Jan Karajbd2: Completely fill journal descriptor blocks
2019-11-05 Jan Karajbd2: Fixup stale comment in commit code
2019-11-05 Jan Karajbd2: Fix possible overflow in jbd2_log_space_left()
2019-11-05 Matthew Bobrowskiext4: update ext4_sync_file() to not use __generic_file...
2019-11-05 Matthew Bobrowskiext4: move inode extension check out from ext4_iomap_al...
2019-11-05 Matthew Bobrowskiext4: move inode extension/truncate code out from ...
2019-11-05 Matthew Bobrowskiext4: introduce direct I/O read using iomap infrastructure
2019-11-05 Matthew Bobrowskiext4: introduce new callback for IOMAP_REPORT
2019-11-05 Matthew Bobrowskiext4: split IOMAP_WRITE branch in ext4_iomap_begin...
2019-11-05 Matthew Bobrowskiext4: move set iomap routines into a separate helper...
2019-11-05 Matthew Bobrowskiext4: iomap that extends beyond EOF should be marked dirty
2019-11-05 Matthew Bobrowskiext4: update direct I/O read lock pattern for IOCB_NOWAIT
2019-11-05 Matthew Bobrowskiext4: reorder map.m_flags checks within ext4_iomap_begin()
2019-11-05 Theodore Ts'oMerge branch 'iomap-for-next' into mb/dio
2019-11-01 Theodore Ts'oMerge branch 'rh/dioread-nolock-1k' into dev
2019-10-29 Joseph Qifs/iomap: remove redundant check in iomap_dio_rw()
2019-10-22 Ritesh Harjaniext4: Enable blocksize < pagesize for dioread_nolock
2019-10-22 Ritesh Harjaniext4: Add support for blocksize < pagesize in dioread_n...
2019-10-22 Ritesh Harjaniext4: Refactor mpage_map_and_submit_buffers function
2019-10-22 Ritesh Harjaniext4: Add API to bring in support for unwritten io_end_...
2019-10-22 Ritesh Harjaniext4: keep uniform naming convention for io & io_end...
2019-10-21 Goldwyn Rodriguesiomap: use a srcmap for a read-modify-write I/O
2019-10-21 Christoph Hellwigiomap: renumber IOMAP_HOLE to 0
2019-10-21 Christoph Hellwigiomap: use write_begin to read pages to unshare
2019-10-21 Christoph Hellwigiomap: move the zeroing case out of iomap_read_page_sync
2019-10-21 Christoph Hellwigiomap: ignore non-shared or non-data blocks in xfs_file...
2019-10-21 Christoph Hellwigiomap: always use AOP_FLAG_NOFS in iomap_write_begin
2019-10-21 Christoph Hellwigiomap: remove the unused iomap argument to __iomap_writ...
2019-10-21 Christoph Hellwigiomap: better document the IOMAP_F_* flags
2019-10-21 Darrick J. Wongiomap: enhance writeback error message
2019-10-21 Christoph Hellwigiomap: pass a struct page to iomap_finish_page_writeback
2019-10-21 Christoph Hellwigiomap: cleanup iomap_ioend_compare
2019-10-21 Christoph Hellwigiomap: move struct iomap_page out of iomap.h
2019-10-21 Christoph Hellwigiomap: warn on inline maps in iomap_writepage_map
2019-10-21 Christoph Hellwigiomap: lift the xfs writeback code to iomap
2019-10-21 Christoph Hellwigiomap: lift common tracing code from xfs to iomap
2019-10-21 Christoph Hellwigiomap: zero newly allocated mapped blocks
2019-10-21 Christoph Hellwigxfs: remove the fork fields in the writepage_ctx and ioend
2019-10-21 Christoph Hellwigxfs: turn io_append_trans into an io_private void pointer
2019-10-21 Christoph Hellwigxfs: refactor the ioend merging code
2019-10-21 Christoph Hellwigxfs: use a struct iomap in xfs_writepage_ctx
2019-10-21 Christoph Hellwigxfs: set IOMAP_F_NEW more carefully
2019-10-21 Christoph Hellwigxfs: initialize iomap->flags in xfs_bmbt_to_iomap
2019-10-21 Thomas Gleixnerjbd2: Free journal head outside of locked region
2019-10-21 Thomas Gleixnerjbd2: Make state lock a spinlock
2019-10-21 Jan Karajbd2: Don't call __bforget() unnecessarily
2019-10-21 Jan Karajbd2: Drop unnecessary branch from jbd2_journal_forget()
2019-10-21 Jan Karajbd2: Move dropping of jh reference out of un/re-filing...
2019-10-21 Thomas Gleixnerjbd2: Remove jbd_trylock_bh_state()
2019-10-21 Thomas Gleixnerjbd2: Simplify journal_unmap_buffer()
2019-10-17 Dave Chinneriomap: iomap that extends beyond EOF should be marked dirty
2019-10-15 Jan Karaxfs: Use iomap_dio_rw to wait for unaligned direct IO
2019-10-15 Jan Karaiomap: Allow forcing of waiting for running DIO in...
2019-10-13 Linus TorvaldsLinux 5.4-rc3 v5.4-rc3
2019-10-13 Linus TorvaldsMerge tag 'trace-v5.4-rc2' of git://git.kernel.org...
2019-10-13 Linus TorvaldsMerge tag 'hwmon-for-v5.4-rc3' of git://git.kernel...
2019-10-13 Linus TorvaldsMerge tag 'fixes-for-5.4-rc3' of git://git.kernel.org...
2019-10-13 Linus TorvaldsMerge tag 'for-linus-20191012' of git://git.kernel...
next