aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-1/+1
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds5-16/+173
2008-05-19dlm: fix plock dev_write return valueDavid Teigland1-1/+1
2008-05-19dlm: tcp_connect_to_sock should check for -EINVAL, not EINVALMarcin Slusarz1-1/+1
2008-05-19dlm: section mismatch warning fixLeonardo Potenza1-1/+1
2008-05-19dlm: convert connections_lock in a mutexMatthias Kaehlcke1-12/+13
2008-05-18Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds20-145/+157
2008-05-17[PATCH] open sessionid permissionsSteve Grubb1-1/+1
2008-05-16[PATCH] return to old errno choice in mkdir() et.al.Al Viro1-4/+8
2008-05-16[Patch] fs/binfmt_elf.c: fix wrong return valuesWANG Cong1-2/+2
2008-05-16[PATCH] get rid of leak in compat_execve()Al Viro2-6/+10
2008-05-16[Patch] fs/binfmt_elf.c: fix a wrong freeWANG Cong1-2/+3
2008-05-16[PATCH] avoid multiplication overflows and signedness issues for max_fdsAl Viro1-0/+4
2008-05-16[PATCH] dup_fd() part 4 - race fixAl Viro1-2/+8
2008-05-16[PATCH] dup_fd() - part 3Al Viro1-28/+15
2008-05-16[PATCH] dup_fd() part 2Al Viro1-8/+16
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro1-0/+130
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-0/+13
2008-05-16byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison1-1/+1
2008-05-16nfs: make nfs4_drop_state_owner() staticAdrian Bunk2-2/+1
2008-05-16nfs: path_{get,put}() cleanupsJan Blunck3-8/+4
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison18-123/+123
2008-05-16nfs/lsm: make NFSv4 set LSM mount optionsEric Paris1-0/+10
2008-05-16NFSv4: Check the return value of decode_compound_hdr_arg()Trond Myklebust1-11/+11
2008-05-16nfs: fix race in nfs_dirty_requestFred Isaman1-1/+1
2008-05-16NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute cachingTrond Myklebust1-0/+7
2008-05-15jbd2: update transaction t_state to T_COMMIT fixMingming Cao1-0/+2
2008-05-15ext4: Retry block allocation if new blocks are allocated from system zone.Aneesh Kumar K.V2-17/+47
2008-05-13ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystemsValerie Clement1-10/+9
2008-05-13ext4: fix typos in messages and comments (journalled -> journaled)Jan Kara1-7/+7
2008-05-13ext4: fix synchronization of quota files in journal=data modeJan Kara1-8/+27
2008-05-13ext4: Fix mount messages when quota disabledJan Kara1-1/+4
2008-05-13ext4: correct mount option parsing to detect when quota options can be changedJan Kara1-6/+20
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds8-76/+181
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang2-0/+10
2008-05-14jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMITMingming Cao1-0/+2
2008-05-149p: fix error path during early mountEric Van Hensbergen2-24/+23
2008-05-14fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up".Jim Meyering1-6/+34
2008-05-149p: Documentation updatesEric Van Hensbergen8-48/+126
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more robustMarkus Armbruster1-2/+2
2008-05-13eCryptFS: fix imbalanced mutex lockingCyrill Gorcunov1-0/+2
2008-05-13Fix misuses of bdevname()Jean Delvare2-6/+4
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi3-1/+9
2008-05-13memcg: fix possible panic when CONFIG_MM_OWNER=yKOSAKI Motohiro1-1/+1
2008-05-13Fix hfsplus oops on image without extentsEric Sesterhenn1-0/+2
2008-05-13capabilities: add bounding set to /proc/self/statusSerge E. Hallyn1-0/+1
2008-05-13quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn offJan Kara1-0/+10
2008-05-13ufs: remove unneeded ufs_put_inode prototypeChristoph Hellwig1-1/+0
2008-05-13ecryptfs: clean up (un)lock_parentMiklos Szeredi1-9/+4
2008-05-13uml: move hppfs_kern.c to hppfs.cJeff Dike2-3/+3