xfs: clean up xfs_bit.h includes
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs /
2012-05-14 Dave Chinnerxfs: clean up xfs_bit.h includes
2012-05-14 Dave Chinnerxfs: move xfs_do_force_shutdown() and kill xfs_rw.c
2012-05-14 Dave Chinnerxfs: move xfs_get_extsz_hint() and kill xfs_rw.h
2012-05-14 Dave Chinnerxfs: move xfs_fsb_to_db to xfs_bmap.h
2012-05-14 Dave Chinnerxfs: clean up busy extent naming
2012-05-14 Dave Chinnerxfs: move busy extent handling to it's own file
2012-05-14 Dave Chinnerxfs: move xfsagino_t to xfs_types.h
2012-05-14 Dave Chinnerxfs: use iolock on XFS_IOC_ALLOCSP calls
2012-05-14 Dave Chinnerxfs: kill XBF_DONTBLOCK
2012-05-14 Dave Chinnerxfs: kill xfs_read_buf()
2012-05-14 Dave Chinnerxfs: kill XBF_LOCK
2012-05-14 Dave Chinnerxfs: kill xfs_buf_btoc
2012-05-14 Dave Chinnerxfs: use blocks for storing the desired IO size
2012-05-14 Dave Chinnerxfs: use blocks for counting length of buffers
2012-05-14 Dave Chinnerxfs: kill b_file_offset
2012-05-14 Dave Chinnerxfs: clean up buffer get/read call API
2012-05-14 Dave Chinnerxfs: use kmem_zone_zalloc for buffers
2012-05-14 Dave Chinnerxfs: fix incorrect b_offset initialisation
2012-05-14 Dave Chinnerxfs: check for buffer errors before waiting
2012-05-14 Dave Chinnerxfs: fix buffer lookup race on allocation failure
2012-05-14 Dave Chinnerxfs: Use preallocation for inodes with extsz hints
2012-05-14 Dave Chinnerxfs: limit specualtive delalloc to maxioffset
2012-05-14 Dave Chinnerxfs: don't assert on delalloc regions beyond EOF
2012-05-14 Dave Chinnerxfs: prevent needless mount warning causing test failures
2012-05-14 Dave Chinnerxfs: punch new delalloc blocks out of failed writes...
2012-05-14 Dave Chinnerxfs: page type check in writeback only checks last...
2012-05-14 Dave Chinnerxfs: Do background CIL flushes via a workqueue
2012-05-14 Dave Chinnerxfs: pass shutdown method into xfs_trans_ail_delete_bulk
2012-05-14 Christoph Hellwigxfs: remove some obsolete comments in xfs_trans_ail.c
2012-05-14 Christoph Hellwigxfs: on-stack delayed write buffer lists
2012-05-14 Christoph Hellwigxfs: do not add buffers to the delwri queue until pushed
2012-05-14 Christoph Hellwigxfs: do not write the buffer from xfs_qm_dqflush
2012-05-14 Christoph Hellwigxfs: do not write the buffer from xfs_iflush
2012-05-14 Christoph Hellwigxfs: don't flush inodes from background inode reclaim
2012-05-14 Christoph Hellwigxfs: implement freezing by emptying the AIL
2012-05-14 Christoph Hellwigxfs: allow assigning the tail lsn with the AIL lock...
2012-05-14 Christoph Hellwigxfs: remove log item from AIL in xfs_iflush after a...
2012-05-14 Christoph Hellwigxfs: remove log item from AIL in xfs_qm_dqflush after...
2012-05-14 Shaohua Lixfs: using GFP_NOFS for blkdev_issue_flush
2012-05-14 Dave Chinnerxfs: punch all delalloc blocks beyond EOF on write...
2012-05-14 Dave Chinnerxfs: use shared ilock mode for direct IO writes by...
2012-05-14 Christoph Hellwigxfs: push the ilock into xfs_zero_eof
2012-05-14 Christoph Hellwigxfs: reduce ilock hold times in xfs_setattr_size
2012-05-14 Christoph Hellwigxfs: reduce ilock hold times in xfs_file_aio_write_checks
2012-05-14 Christoph Hellwigxfs: avoid taking the ilock unnessecarily in xfs_qm_dqa...
2012-04-17 Dave Chinnerxfs: Ensure inode reclaim can run during quotacheck
2012-04-16 Jie Liuxfs: don't fill statvfs with project quota for a direct...
2012-04-07 Linus TorvaldsMerge tag 'regmap-3.4-fixes' of git://git./linux/kernel...
2012-04-07 Linus TorvaldsMerge branch 'kvm-updates/3.4' of git://git./virt/kvm/kvm
2012-04-07 Linus TorvaldsMerge tag 'sh-for-linus' of git://github.com/pmundt...
2012-04-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-04-07 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2012-04-07 Linus TorvaldsMerge branch '3.4-rc-fixes' of git://git./linux/kernel...
2012-04-07 Len BrownMerge branches 'idle-fix' and 'misc' into release
2012-04-07 Linus TorvaldsMerge branch 'stable' of git://git./linux/kernel/git...
2012-04-07 Linus TorvaldsMerge tag 'stable/for-linus-3.4-rc1-tag' of git://git...
2012-04-07 Linus TorvaldsMerge tag 'mmc-fixes-for-3.4-rc2' of git://git./linux...
2012-04-06 Linus TorvaldsMake the "word-at-a-time" helper functions more commonl...
2012-04-06 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2012-04-06 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2012-04-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-04-05 Eric Dumazettcp: tcp_sendpages() should call tcp_push() once
2012-04-05 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-04-05 Stephen Boydsimple_open: automatically convert to simple_open()
2012-04-05 Stephen Boydlibfs: add simple_open()
2012-04-05 Hillf Dantonhugetlbfs: remove unregister_filesystem() when initiali...
2012-04-05 Andrew Mortonfs/xattr.c:setxattr(): improve handling of allocation...
2012-04-05 Andrew Mortonfs/xattr.c:listxattr(): fall back to vmalloc() if kmall...
2012-04-05 Dave Jonesfs/xattr.c: suppress page allocation failure warnings...
2012-04-05 Vasiliy Kulikovproc: fix mount -t proc -o AAA
2012-04-05 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2012-04-05 Linus TorvaldsMerge tag 'for_linus-3.4-rc2' of git://git./linux/kerne...
2012-04-05 Linus TorvaldsMerge branch 'for-linus' of git://git.linaro.org/people...
2012-04-04 Linus TorvaldsMerge tag 'pm-for-3.4-part-2' of git://git./linux/kerne...
2012-04-04 Linus TorvaldsMerge branch 'selinux' ("struct common_audit_data"...
2012-04-04 Linus TorvaldsMerge tag 'regmap-3.4' of git://git./linux/kernel/git...
2012-04-04 Linus TorvaldsMerge tag 'regulator-3.4' of git://git./linux/kernel...
2012-04-04 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2012-04-04 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2012-04-04 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2012-04-04 Sachin PrabhuFix UNC parsing on mount
2012-04-03 David S. MillerMerge branch 'master' of git://1984.lsi.us.es/net
2012-04-03 Sachin PrabhuRemove unnecessary check for NULL in password parser
2012-04-03 Tony LindgrenMerge branch 'for_3.4/fixes/pm' of git://git./linux...
2012-04-03 Linus TorvaldsMerge branch 'next' of git://git.monstr.eu/linux-2...
2012-04-03 Tony LindgrenMerge branch 'misc_devel_3.4' of git://git.pwsan.com...
2012-04-03 Linus TorvaldsMerge branch 'drm-prime-dmabuf-initial' of git://people...
2012-04-03 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2012-04-02 Linus TorvaldsMerge branch 'for-next' of git://gitorious.org/kernel...
2012-04-02 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2012-04-02 Linus TorvaldsMerge tag 'for-linus' of git://github.com/rustyrussell...
2012-04-02 Dave AirlieMerge branch 'drm-nouveau-fixes' of git://git.freedeskt...
2012-04-02 Benjamin HerrenschmidtMerge remote-tracking branch 'kumar/next' into merge
2012-04-01 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2012-04-01 Pavel ShilovskyCIFS: Fix VFS lock usage for oplocked files
2012-04-01 Steve FrenchRevert "CIFS: Fix VFS lock usage for oplocked files"
2012-03-31 Dan Carpentercifs: writing past end of struct in cifs_convert_address()
2012-03-31 Jeff Laytoncifs: silence compiler warnings showing up with gcc...
2012-03-31 Pavel ShilovskyCIFS: Fix VFS lock usage for oplocked files
2012-03-31 Linus TorvaldsMerge branch 's3-for-3.4' of git://git./linux/kernel...
next