safe/jmp/linux-2.6
2009-01-05 Jan Karaext3: Add default allocation routines for quota structures
2009-01-05 Jan Karareiserfs: Add default allocation routines for quota...
2009-01-05 Jan Karaquota: Export dquot_alloc() and dquot_destroy() functions
2009-01-05 Jan Karaquota: Unexport dqblk_v1.h and dqblk_v2.h
2009-01-05 Jan Karaocfs2: Fix build warnings (64-bit types vs long long)
2009-01-05 Jan Karaocfs2: Make ocfs2_get_quota_block() consistent with...
2009-01-05 Jan Karaocfs2: Fix oops when extending quota files
2009-01-05 Joel Beckerocfs2: Fix ocfs2_read_quota_block() error handling.
2009-01-05 Jan Karaocfs2: Add missing initialization
2009-01-05 Mark Fashehocfs2: Use BH_JBDPrivateStart instead of BH_Unshadow
2009-01-05 Mark Fashehjbd2: Add BH_JBDPrivateStart
2009-01-05 Jan Karaocfs2: Enable quota accounting on mount, disable on...
2009-01-05 Jan Karaocfs2: Implement quota recovery
2009-01-05 Mark Fashehocfs2: Periodic quota syncing
2009-01-05 Jan Karaocfs2: Add quota calls for allocation and freeing of...
2009-01-05 Jan Karaocfs2: Implementation of local and global quota file...
2009-01-05 Jan Karaocfs2: Mark system files as not subject to quota accounting
2009-01-05 Jan Karaocfs2: Assign feature bits and system inodes to quota...
2009-01-05 Jan Karaocfs2: Support nested transactions
2009-01-05 Jan Karaquota: Implement function for scanning active dquots
2009-01-05 Jan Karaquota: Add helpers to allow ocfs2 specific quota initia...
2009-01-05 Jan Karaquota: Update version number
2009-01-05 Jan Karaquota: Keep which entries were set by SETQUOTA quotactl
2009-01-05 Jan Karaquota: Allow negative usage of space and inodes
2009-01-05 Jan Karaquota: Convert union in mem_dqinfo to a pointer
2009-01-05 Jan Karaquota: Split off quota tree handling into a separate...
2009-01-05 Jan Karaquota: Move quotaio_v[12].h from include/linux/ to fs/
2009-01-05 Jan Karaquota: Introduce DQUOT_QUOTA_SYS_FILE flag
2009-01-05 Jan Karaquota: Remove compatibility function sb_any_quota_enabled()
2009-01-05 Jan Karareiserfs: Use sb_any_quota_loaded() instead of sb_any_q...
2009-01-05 Jan Karaext4: Use sb_any_quota_loaded() instead of sb_any_quota...
2009-01-05 Jan Karaext3: Use sb_any_quota_loaded() instead of sb_any_quota...
2009-01-05 Jan Karaquota: Allow to separately enable quota accounting...
2009-01-05 Jan Karaquota: Make _SUSPENDED just a flag
2009-01-05 Jan Karaquota: Remove bogus 'optimization' in check_idq() and...
2009-01-05 Jan Karaquota: Increase size of variables for limits and inode...
2009-01-05 Jan Karaquota: Add callbacks for allocating and destroying...
2009-01-05 Tao Maocfs2/xattr: Restore not_found in xis
2009-01-05 Tao Maocfs2/xattr: Fix a bug in xattr allocation estimation
2009-01-05 Mark Fashehocfs2: Remove JBD compatibility layer
2009-01-05 Joel Beckerocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_vir...
2009-01-05 Joel Beckerocfs2: Wrap virtual block reads in ocfs2_read_virt_blocks()
2009-01-05 Joel Beckerocfs2: Validate metadata only when it's read from disk.
2009-01-05 Joel Beckerocfs2: Wrap xattr block reads in a dedicated function
2009-01-05 Joel Beckerocfs2: Wrap dirblock reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Wrap extent block reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Morph the haphazard OCFS2_IS_VALID_GROUP_DESC...
2009-01-05 Joel Beckerocfs2: Wrap group descriptor reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Consolidate validation of group descriptors.
2009-01-05 Joel Beckerocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE()...
2009-01-05 Joel Beckerocfs2: Wrap inode block reads in a dedicated function.
2009-01-05 Tiger Yangocfs2: add mount option and Kconfig option for acl
2009-01-05 Tiger Yangocfs2: add ocfs2_init_acl in mknod
2009-01-05 Tiger Yangocfs2: add ocfs2_acl_chmod
2009-01-05 Tiger Yangocfs2: add ocfs2_check_acl
2009-01-05 Tiger Yangocfs2: add POSIX ACL API
2009-01-05 Tiger Yangocfs2: add ocfs2_xattr_get_nolock
2009-01-05 Tiger Yangocfs2: add ocfs2_init_security in during file create
2009-01-05 Tiger Yangocfs2: add security xattr API
2009-01-05 Tiger Yangocfs2: add ocfs2_xattr_set_handle
2009-01-05 Tiger Yangocfs2: move new inode allocation out of the transaction
2009-01-05 Mark Fashehocfs2: turn __ocfs2_remove_inode_range() into ocfs2_rem...
2009-01-05 Tao Maocfs2/xattr: Merge xattr set transaction.
2009-01-05 Tao Maocfs2/xattr: Reserve meta/data at the beginning of...
2009-01-05 Tao Maocfs2/xattr: Move clusters free into dealloc.
2009-01-05 Tao Maocfs2: Add clusters free in dealloc_ctxt.
2009-01-05 Tao Maocfs2/xattr: Only extend xattr bucket in need.
2009-01-05 Tao Maocfs2/xattr: Only set buffer update if it doesn't exist...
2009-01-05 Tao Maocfs2/xattr: Remove additional bucket allocation in...
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_set_entry_in_bucket().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_defrag_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_create_index_block().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_bucket_find().
2009-01-05 Joel Beckerocfs2: Take ocfs2_xattr_bucket structures off of the...
2009-01-05 Joel Beckerocfs2: Copy xattr buckets with a dedicated function.
2009-01-05 Joel Beckerocfs2: Wrap journal_access/journal_dirty for xattr...
2009-01-05 Joel Beckerocfs2: Improve ocfs2_read_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Provide a wrapper to brelse() xattr bucket buffers.
2009-01-05 Joel Beckerocfs2: Convenient access to an xattr bucket's header.
2009-01-05 Joel Beckerocfs2: Convenient access to xattr bucket data blocks.
2009-01-05 Joel Beckerocfs2: Convenient access to an xattr bucket's block...
2009-01-05 Joel Beckerocfs2: Field prefixes for the xattr_bucket structure
2009-01-05 David BrownellASoC: fix davinci-sffsdr buglet
2009-01-05 Takashi IwaiMerge branch 'topic/usbaudio' into for-linus
2009-01-05 Takashi IwaiMerge branch 'topic/hda' into for-linus
2009-01-05 Takashi IwaiMerge branch 'topic/asoc' into for-linus
2009-01-05 David S. Millertcp: Kill extraneous SPLICE_F_NONBLOCK checks.
2009-01-05 David S. Millersparc: Remove reg*.h from Kbuild
2009-01-05 Julian Calabysparc: Clean arch-specific code in prom_common.c
2009-01-05 Lennert Buytenhektcp: don't mask EOF and socket errors on nonblocking...
2009-01-05 David S. Millersparc: Kill asm/reg*.h
2009-01-05 Bastian Blanksparc: Use 64BIT config entry
2009-01-05 Gerrit Renkerdccp: Integrate the TFRC library with DCCP
2009-01-05 Gerrit Renkerdccp: Clean up ccid.c after integration of CCID plugins
2009-01-05 Gerrit Renkerdccp: Lockless integration of CCID congestion-control...
2009-01-05 Heiko Carstensqeth: get rid of extra argument after printk to dev_...
2009-01-05 Klaus-Dieter... qeth: No large send using EDDP for HiperSockets.
2009-01-05 Frank Blaschkaqeth: do not spin for SETIP ip assist command
2009-01-05 Ursula Braunqeth: avoid crash in case of layer mismatch for VSWITCH
2009-01-05 Ursula Braunqeth: exploit source MAC address for inbound layer3...
next