summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-30reiserfs: cleanup path functionsJeff Mahoney2-74/+43
2009-03-30reiserfs: factor out buffer_info initializationJeff Mahoney1-115/+60
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney3-5/+102
2009-03-30reiserfs: use generic readdir for operations across all xattrsJeff Mahoney2-300/+130
2009-03-30reiserfs: journaled xattrsJeff Mahoney4-46/+115
2009-03-30reiserfs: use generic xattr handlersJeff Mahoney6-406/+249
2009-03-30reiserfs: remove i_has_xattr_dirJeff Mahoney1-8/+1
2009-03-30reiserfs: make per-inode xattr locking more fine grainedJeff Mahoney2-67/+54
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney5-122/+69
2009-03-30reiserfs: simplify xattr internal file lookups/opensJeff Mahoney1-127/+135
2009-03-30reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unsetJeff Mahoney2-333/+360
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney6-25/+23
2009-03-30reiserfs: remove link detection codeJeff Mahoney1-13/+0
2009-03-30reiserfs: xattr reiserfs_get_page takes offset instead of indexJeff Mahoney1-6/+4
2009-03-30reiserfs: small variable cleanupJeff Mahoney1-12/+8
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney9-110/+107
2009-03-30reiserfs: introduce reiserfs_error()Jeff Mahoney1-0/+25
2009-03-30reiserfs: rearrange journal abortJeff Mahoney2-20/+5
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney12-177/+178
2009-03-30reiserfs: add locking around error bufferJeff Mahoney1-1/+4
2009-03-30reiserfs: prepare_error_buf wrongly consumes va_argJeff Mahoney1-9/+3
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney16-423/+448
2009-03-30reiserfs: make some warnings informationalJeff Mahoney3-17/+13
2009-03-30reiserfs: use more consistent printk formattingJeff Mahoney1-14/+14
2009-03-30reiserfs: use buffer_info for leaf_paste_entriesJeff Mahoney2-12/+10
2009-03-30reiserfs: audit transaction ids to always be unsigned intsJeff Mahoney2-25/+25
2009-03-30reiserfs: add support for mount count incrementingJeff Mahoney1-1/+5
2009-03-22Update my email addressGertjan van Wingerde2-2/+2
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks3-25/+18
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-20aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer1-2/+3
2009-03-20eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27
2009-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-3/+59
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds1-12/+11
2009-03-18Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2009-03-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-7/+16
2009-03-17NFSD: provide encode routine for OP_OPENATTRBenny Halevy1-0/+1
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds1-1/+1
2009-03-17ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen1-2/+7
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le1-9/+7
2009-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+7
2009-03-14block: fix memory leak in bio_clone()Li Zefan1-1/+3
2009-03-14block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura2-3/+4
2009-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds6-37/+171
2009-03-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-16/+33
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks4-4/+9
2009-03-14nommu: ramfs: don't leak pages when adding to page cache failsJohannes Weiner1-0/+1
2009-03-14nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedEnrik Berkhan1-0/+3
2009-03-14ext4: fix bogus BUG_ONs in in mballoc codeEric Sandeen1-2/+2
2009-03-13ocfs2: Use xs->bucket to set xattr value outsideTao Ma1-6/+20