aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
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-30Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-3/+7
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+2
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds8-344/+46
2009-03-30fuse: fix fuse_file_lseek returning with lock heldDan Carpenter1-1/+2
2009-03-30Fix a lockdep warning in fasync_helper()Jonathan Corbet1-3/+7
2009-03-30cpumask: fix seq_bitmap_*() functions.Rusty Russell1-1/+1
2009-03-28fix setuid sometimes wouldn'tHugh Dickins1-34/+16
2009-03-28fix setuid sometimes doesn'tHugh Dickins3-9/+5
2009-03-28compat_do_execve should unshare_filesHugh Dickins1-1/+11
2009-03-28NFS: Simplify logic to compare socket addresses in client.cChuck Lever1-64/+52
2009-03-28Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into develTrond Myklebust1-29/+39
2009-03-28NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever3-2/+21
2009-03-28lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever2-59/+22
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever2-24/+3
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever3-4/+2
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever4-6/+7
2009-03-28NFSD: If port value written to /proc/fs/nfsd/portlist is invalid, return EINVALChuck Lever1-1/+3
2009-03-28ext4: Regularize mount optionsTheodore Ts'o1-8/+22
2009-03-27ext4: fix locking typo in mballoc which could cause soft lockup hangsTheodore Ts'o1-1/+1
2009-03-27ext4: fix typo which causes a memory leak on error pathDan Carpenter1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds68-446/+386
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds56-654/+815
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds6-112/+175