]> git.kernelconcepts.de Git - karo-tx-linux.git/history - fs
xfs: Make inode reclaim states explicit
[karo-tx-linux.git] / fs /
2010-02-06 Dave Chinnerxfs: Make inode reclaim states explicit
2010-02-08 Eric Sandeenxfs: more reserved blocks fixups
2010-01-26 Dave Chinnerxfs: turn off sign warnings
2010-01-26 Dave Chinnerxfs: don't hold onto reserved blocks on remount,ro
2010-01-21 Christoph Hellwigxfs: quota limit statvfs available blocks
2010-01-21 Christoph Hellwigxfs: replace KM_LARGE with explicit vmalloc use
2010-01-21 Christoph Hellwigxfs: cleanup up xfs_log_force calling conventions
2010-01-21 Christoph Hellwigxfs: kill XLOG_VEC_SET_TYPE
2010-01-21 Christoph Hellwigxfs: remove duplicate buffer flags
2010-01-21 Christoph Hellwigxfs: implement quota warnings via netlink
2010-01-21 Christoph Hellwigxfs: clean up error handling in xfs_trans_dqresv
2010-01-21 Christoph Hellwigxfs: kill XFS_QMOPT_ASYNC
2010-01-20 Dave Chinnerxfs: rearrange xfs_mod_sb() to avoid array subscript...
2010-01-19 Dave Chinnerxfs: suppress spurious uninitialised var warning in...
2010-01-19 Dave Chinnerxfs: make compile warn about char sign mismatches again
2010-01-19 Dave Chinnerxfs: clean up sign warnings in dir2 code
2010-01-19 Dave Chinnerxfs: convert attr to use unsigned names
2010-01-19 Dave Chinnerxfs: xfs_buf_iomove() doesn't care about signedness
2010-01-19 Dave Chinnerxfs: make xfs_dir_cilookup_result use unsigned char
2010-01-19 Dave Chinnerxfs: convert dirnameops to unsigned char names
2010-01-19 Dave Chinnerxfs: convert DM ops to use unsigned char names
2010-01-19 Dave Chinnerxfs: directory names are unsigned
2010-01-15 Christoph Hellwigxfs: move more buffer helpers into xfs_buf.c
2010-01-15 Christoph Hellwigxfs: clean up xfs_bwrite
2010-01-15 Christoph Hellwigxfs: clean up log buffer writes
2010-01-15 Dave Chinnerxfs: embed the pagb_list array in the perag structure
2010-01-15 Dave Chinnerxfs: handle ENOMEM correctly during initialisation...
2010-01-15 Dave Chinnerxfs: Kill filestreams cache flush
2010-01-15 Dave Chinnerxfs: Add trace points for per-ag refcount debugging.
2010-01-15 Dave Chinnerxfs: Reference count per-ag structures
2010-01-15 Dave Chinnerxfs: Replace per-ag array with a radix tree
2010-01-15 Dave Chinnerxfs: convert remaining direct references to m_perag
2010-01-15 Dave Chinnerxfs: Convert filestreams code to use per-ag get/put...
2010-01-15 Dave Chinnerxfs: Don't directly reference m_perag in allocation...
2010-01-15 Dave Chinnerxfs: rename xfs_get_perag
2010-01-15 Dave Chinnerxfs: Don't wake xfsbufd when idle
2010-01-15 Dave Chinnerxfs: Don't wake the aild once per second
2010-01-15 Dave Chinnerxfs: Use list_heads for log recovery item lists
2010-01-15 Eric Sandeenxfs: make several more functions static
2010-01-15 Dave Chinnerxfs: clean up inconsistent variable naming in xfs_swap_...
2010-01-15 Dave Chinnerxfs: add tracing to xfs_swap_extents
2010-01-15 Dave Chinnerxfs: xfs_swap_extents needs to handle dynamic fork...
2010-01-15 Dave Chinnerxfs: fix missing error check in xfs_rtfree_range
2010-01-15 Dave Chinnerxfs: fix stale inode flush avoidance
2010-01-15 Dave Chinnerxfs: Remove inode iolock held check during allocation
2010-01-15 Dave Chinnerxfs: reclaim all inodes by background tree walks
2010-01-15 Dave Chinnerxfs: Avoid inodes in reclaim when flushing from inode...
2010-01-15 Dave Chinnerxfs: reclaim inodes under a write lock
2010-01-13 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2010-01-13 Linus TorvaldsMerge branch 'for-linus' of git://gitorious.org/linux...
2010-01-13 Dave Chinnerlib: Introduce generic list_sort function
2010-01-13 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2010-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-01-13 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-01-12 Takashi IwaiMerge branch 'fix/asoc' into for-linus
2010-01-12 Takashi IwaiMerge branch 'fix/hda' into for-linus
2010-01-12 Takashi IwaiMerge remote branch 'alsa/fixes' into fix/misc
2010-01-11 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2010-01-11 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-01-11 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2010-01-11 Linus TorvaldsMerge branch 'agp-fixes' of git://git.kernel.org/pub...
2010-01-11 Linus TorvaldsMerge branch 'drm-linus' of git://git.kernel.org/pub...
2010-01-11 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git.kernel...
2010-01-11 Linus TorvaldsMerge branch 'omap-fixes-for-linus' of git://git.kernel...
2010-01-11 Minchan Kimsmaps: fix wrong rss count
2010-01-11 KOSAKI Motohiroproc: partially revert "procfs: provide stack informati...
2010-01-11 Jan Karaquota: Fix dquot_transfer for filesystems different...
2010-01-11 Steven WhitehouseGFS2: Use MAX_LFS_FILESIZE for meta inode size
2010-01-10 Dave Chinnerxfs: Ensure we force all busy extents in range to disk
2010-01-10 Dave Chinnerxfs: Don't flush stale inodes
2010-01-10 Christoph Hellwigxfs: fix timestamp handling in xfs_setattr
2010-01-10 Christoph Hellwigxfs: use DECLARE_EVENT_CLASS
2010-01-08 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-01-08 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2010-01-08 Linus TorvaldsMerge branch 'reiserfs/kill-bkl' of git://git.kernel...
2010-01-08 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2010-01-08 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2010-01-08 Linus TorvaldsMerge branch 'for-linus/samsung' of git://git.fluff...
2010-01-08 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git.kernel...
2010-01-08 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-01-08 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-01-08 Dave Chinnerxfs: kill some warnings on i386 builds
2010-01-08 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2010-01-08 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2010-01-08 Russell KingMerge branch 'fix' of git://git.kernel.org/pub/scm...
2010-01-08 Steven WhitehouseGFS2: Fix gfs2_xattr_acl_chmod()
2010-01-08 Steven WhitehouseGFS2: Fix locking bug in rename
2010-01-08 Steven WhitehouseGFS2: Ensure uptodate inode size when using O_APPEND
2010-01-08 Jaroslav KyselaMerge branch 'master' of git://git.kernel.org/pub/scm...
2010-01-07 Frederic Weisbeckerreiserfs: Relax reiserfs_xattr_set_handle() while acqui...
2010-01-07 Jiri Slabyreiserfs: Fix unreachable statement
2010-01-07 Frederic Weisbeckerreiserfs: Don't call reiserfs_get_acl() with the reiser...
2010-01-07 Linus TorvaldsMerge branch 'drm-linus' of git://git.kernel.org/pub...
2010-01-07 Linus TorvaldsMerge branch 'drm-intel-next' of git://git.kernel.org...
2010-01-07 Mike FrysingerFDPIC: Respect PT_GNU_STACK exec protection markings...
2010-01-07 Linus TorvaldsMerge branch 'for-2.6.33' of git://linux-nfs.org/~bfiel...
2010-01-06 OGAWA Hirofuminfs: fix oops in nfs_rename()
2010-01-06 Christoph Hellwignfsd: make sure data is on disk before calling ->fsync
2010-01-06 Linus TorvaldsMerge branch 'davinci-fixes' of git://git.kernel.org...
2010-01-06 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
next