]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2011-10-11 Christoph Hellwigxfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
2011-10-11 Christoph Hellwigxfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
2011-10-11 Christoph Hellwigxfs: remove XFS_BUF_FINISH_IOWAIT
2011-10-11 Christoph Hellwigxfs: remove xfs_get_buftarg_list
2011-10-05 Christoph Hellwigxfs: fix buffer flushing during unmount
2011-10-05 Christoph Hellwigxfs: optimize fsync on directories
2011-10-05 Dave Chinnerxfs: reduce the number of log forces from tail pushing
2011-10-05 Dave Chinnerxfs: Don't allocate new buffers on every call to _xfs_b...
2011-10-05 Christoph Hellwigxfs: simplify xfs_trans_ijoin* again
2011-09-29 Christoph Hellwigxfs: unlock the inode before log force in xfs_change_fi...
2011-09-29 Christoph Hellwigxfs: unlock the inode before log force in xfs_fs_nfs_co...
2011-09-29 Christoph Hellwigxfs: unlock the inode before log force in xfs_fsync
2011-09-29 Christoph Hellwigxfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_tran...
2011-09-23 Lukas Czernerxfs: fix possible overflow in xfs_ioc_trim()
2011-09-21 Christoph Hellwigxfs: cleanup xfs_bmap.h
2011-09-21 Christoph Hellwigxfs: dont ignore error code from xfs_bmbt_update
2011-09-21 Christoph Hellwigxfs: pass bmalloca to xfs_bmap_add_extent_hole_real
2011-09-21 Christoph Hellwigxfs: pass bmalloca to xfs_bmap_add_extent_delay_real
2011-09-21 Christoph Hellwigxfs: move logflags into bmalloca
2011-09-21 Dave Chinnerxfs: move lastx and nallocs into bmalloca
2011-09-21 Dave Chinnerxfs: move btree cursor into bmalloca
2011-09-21 Dave Chinnerxfs: do not keep local copies of allocation ranges...
2011-09-21 Dave Chinnerxfs: rename allocation range fields in struct xfs_bmalloca
2011-09-21 Dave Chinnerxfs: move firstblock and bmap freelist cursor into...
2011-09-21 Dave Chinnerxfs: move extent records into bmalloca structure
2011-09-21 Dave Chinnerxfs: pass bmalloca structure to xfs_bmap_isaeof
2011-09-21 Christoph Hellwigxfs: remove xfs_bmap_add_extent
2011-09-21 Christoph Hellwigxfs: introduce xfs_bmap_last_extent
2011-09-21 Dave Chinnerxfs: rename xfs_bmapi to xfs_bmapi_write
2011-09-21 Dave Chinnerxfs: factor unwritten extent map manipulations out...
2011-09-21 Dave Chinnerxfs: factor extent allocation out of xfs_bmapi
2011-09-21 Christoph Hellwigxfs: do not use xfs_bmap_add_extent for adding delalloc...
2011-09-21 Christoph Hellwigxfs: introduce xfs_bmapi_delay()
2011-09-21 Christoph Hellwigxfs: factor delalloc reservations out of xfs_bmapi
2011-09-21 Dave Chinnerxfs: remove xfs_bmapi_single()
2011-09-21 Dave Chinnerxfs: introduce xfs_bmapi_read()
2011-09-21 Dave Chinnerxfs: factor extent map manipulations out of xfs_bmapi
2011-09-21 Christoph Hellwigxfs: remove the nextents variable in xfs_bmapi
2011-09-21 Christoph Hellwigxfs: remove impossible to read code in xfs_bmap_add_ext...
2011-09-21 Christoph Hellwigxfs: remove the first extent special case in xfs_bmap_a...
2011-09-20 Mitsuo Hayasakaxfs: Return -EIO when xfs_vn_getattr() failed
2011-09-20 Chandra Seetharamanxfs: Fix the incorrect comment in the header of _xfs_bu...
2011-09-20 Chandra Seetharamanxfs: Check the return value of xfs_trans_get_buf()
2011-09-20 Chandra Seetharamanxfs: Check the return value of xfs_buf_get()
2011-09-12 Christoph Hellwigxfs: improve ioend error handling
2011-09-12 Christoph Hellwigxfs: avoid direct I/O write vs buffered I/O race
2011-09-12 Christoph Hellwigxfs: avoid synchronous transactions when deleting attr...
2011-09-01 Christoph Hellwigxfs: remove i_iocount
2011-09-01 Christoph Hellwigxfs: wait for I/O completion when writing out pages...
2011-09-01 Christoph Hellwigxfs: reduce ioend latency
2011-09-01 Christoph Hellwigxfs: defer AIO/DIO completions
2011-09-01 Christoph Hellwigxfs: remove dead ENODEV handling in xfs_destroy_ioend
2011-09-01 Christoph Hellwigxfs: use the "delwri" terminology consistently
2011-09-01 Christoph Hellwigxfs: let xfs_bwrite callers handle the xfs_buf_relse
2011-09-01 Christoph Hellwigxfs: call xfs_buf_delwri_queue directly
2011-09-01 Christoph Hellwigxfs: move more delwri setup into xfs_buf_delwri_queue
2011-09-01 Christoph Hellwigxfs: remove the unlock argument to xfs_buf_delwri_queue
2011-09-01 Christoph Hellwigxfs: remove delwri buffer handling from xfs_buf_iorequest
2011-08-31 Christoph Hellwigxfs: fix ->write_inode return values
2011-08-31 Christoph Hellwigxfs: fix xfs_mark_inode_dirty during umount
2011-08-25 Dave Chinnerxfs: don't serialise adjacent concurrent direct IO...
2011-08-25 Dave Chinnerxfs: don't serialise direct IO reads on page cache...
2011-08-25 Christoph Hellwigxfs: deprecate the nodelaylog mount option
2011-08-22 Christoph Hellwigxfs: fix tracing builds inside the source tree
2011-08-12 Christoph Hellwigxfs: remove subdirectories
2011-08-12 Alex Elderxfs: don't expect xfs headers to be in subdirectories
2011-08-12 Chandra Seetharamanxfs: replace xfs_buf_geterror() with bp->b_error
2011-08-12 Chandra Seetharamanxfs: Check the return value of xfs_buf_read() for NULL
2011-08-10 Ajeet Yadav"xfs: fix error handling for synchronous writes" revisited
2011-08-09 Alex Elderxfs: set cursor in xfs_ail_splice() even when AIL was...
2011-08-08 Alex ElderMerge branch 'master' of git://git.kernel.org/pub/scm...
2011-08-08 Linus TorvaldsLinux 3.1-rc1 v3.1-rc1
2011-08-07 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-08-07 Rafael J. Wysockish: Fix boot crash related to SCI
2011-08-07 Linus Torvaldsarm: remove stale export of 'sha_transform'
2011-08-07 Linus Torvaldsarm: remove "optimized" SHA1 routines
2011-08-07 Al Virofix rcu annotations noise in cred.h
2011-08-07 Linus Torvaldsvfs: rename 'do_follow_link' to 'should_follow_link'
2011-08-07 Ari SavolainenFix POSIX ACL permission check
2011-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2011-08-07 Linus Torvaldsvfs: optimize inode cache access patterns
2011-08-07 Linus Torvaldsvfs: renumber DCACHE_xyz flags, remove some stale ones
2011-08-07 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-08-07 Boaz Harroshore: Make ore its own module
2011-08-07 Boaz Harroshexofs: Rename raid engine from exofs/ios.c => ore
2011-08-07 Boaz Harroshexofs: ios: Move to a per inode components & device...
2011-08-07 Boaz Harroshexofs: Move exofs specific osd operations out of ios.c
2011-08-07 Boaz Harroshexofs: Add offset/length to exofs_get_io_state
2011-08-07 David S. Millernet: Compute protocol sequence numbers and fragment...
2011-08-07 David S. Millercrypto: Move md5_transform to lib/md5.c
2011-08-06 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-08-06 Linus TorvaldsMerge branch 'pm-fixes' of git://git.kernel.org/pub...
2011-08-06 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2011-08-06 Linus TorvaldsMerge branch 'stable/bug.fixes' of git://git.kernel...
2011-08-06 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2011-08-06 John Stanleysavagedb: Fix typo causing regression in savage4 series...
2011-08-06 Josh TriplettCodingStyle: Document the exception of not splitting...
2011-08-06 Linus Torvaldsvfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo...
2011-08-06 Linus Torvaldsoom_ajd: don't use WARN_ONCE, just use printk_once
2011-08-06 Mandeep Singh... lib/sha1: use the git implementation of SHA-1
next