| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2008-05-20 | 7 | -18/+23 |
|\ |
|
| * | [GFS2] Prefer strlcpy() over snprintf() | Jean Delvare | 2008-05-12 | 1 | -2/+2 |
| * | [GFS2] Fix cast from unsigned int to s64 | Andrew Price | 2008-05-12 | 1 | -1/+1 |
| * | [GFS2] filesystem consistency error from do_strip | Bob Peterson | 2008-05-12 | 5 | -15/+20 |
* | | Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-05-20 | 1 | -1/+1 |
|\ \ |
|
| * | | [PATCH] open sessionid permissions | Steve Grubb | 2008-05-17 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-05-20 | 5 | -16/+173 |
|\ \ \ |
|
| * | | | [PATCH] return to old errno choice in mkdir() et.al. | Al Viro | 2008-05-16 | 1 | -4/+8 |
| * | | | [Patch] fs/binfmt_elf.c: fix wrong return values | WANG Cong | 2008-05-16 | 1 | -2/+2 |
| * | | | [PATCH] get rid of leak in compat_execve() | Al Viro | 2008-05-16 | 2 | -6/+10 |
| * | | | [Patch] fs/binfmt_elf.c: fix a wrong free | WANG Cong | 2008-05-16 | 1 | -2/+3 |
| * | | | [PATCH] avoid multiplication overflows and signedness issues for max_fds | Al Viro | 2008-05-16 | 1 | -0/+4 |
| * | | | [PATCH] dup_fd() part 4 - race fix | Al Viro | 2008-05-16 | 1 | -2/+8 |
| * | | | [PATCH] dup_fd() - part 3 | Al Viro | 2008-05-16 | 1 | -28/+15 |
| * | | | [PATCH] dup_fd() part 2 | Al Viro | 2008-05-16 | 1 | -8/+16 |
| * | | | [PATCH] dup_fd() fixes, part 1 | Al Viro | 2008-05-16 | 1 | -0/+130 |
| * | | | [PATCH] take init_files to fs/file.c | Al Viro | 2008-05-16 | 1 | -0/+13 |
| |/ / |
|
* | | | dlm: fix plock dev_write return value | David Teigland | 2008-05-19 | 1 | -1/+1 |
* | | | dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL | Marcin Slusarz | 2008-05-19 | 1 | -1/+1 |
* | | | dlm: section mismatch warning fix | Leonardo Potenza | 2008-05-19 | 1 | -1/+1 |
* | | | dlm: convert connections_lock in a mutex | Matthias Kaehlcke | 2008-05-19 | 1 | -12/+13 |
* | | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-05-19 | 20 | -145/+157 |
|\ \ \ |
|
| * | | | nfs: make nfs4_drop_state_owner() static | Adrian Bunk | 2008-05-16 | 2 | -2/+1 |
| * | | | nfs: path_{get,put}() cleanups | Jan Blunck | 2008-05-16 | 3 | -8/+4 |
| * | | | nfs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-16 | 18 | -123/+123 |
| * | | | nfs/lsm: make NFSv4 set LSM mount options | Eric Paris | 2008-05-16 | 1 | -0/+10 |
| * | | | NFSv4: Check the return value of decode_compound_hdr_arg() | Trond Myklebust | 2008-05-16 | 1 | -11/+11 |
| * | | | nfs: fix race in nfs_dirty_request | Fred Isaman | 2008-05-16 | 1 | -1/+1 |
| * | | | NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching | Trond Myklebust | 2008-05-16 | 1 | -0/+7 |
| |/ / |
|
* / / | byteorder: don't directly include linux/byteorder/generic.h | Harvey Harrison | 2008-05-16 | 1 | -1/+1 |
|/ / |
|
* | | jbd2: update transaction t_state to T_COMMIT fix | Mingming Cao | 2008-05-15 | 1 | -0/+2 |
* | | ext4: Retry block allocation if new blocks are allocated from system zone. | Aneesh Kumar K.V | 2008-05-15 | 2 | -17/+47 |
* | | ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems | Valerie Clement | 2008-05-14 | 1 | -10/+9 |
* | | ext4: fix typos in messages and comments (journalled -> journaled) | Jan Kara | 2008-05-14 | 1 | -7/+7 |
* | | ext4: fix synchronization of quota files in journal=data mode | Jan Kara | 2008-05-14 | 1 | -8/+27 |
* | | ext4: Fix mount messages when quota disabled | Jan Kara | 2008-05-14 | 1 | -1/+4 |
* | | ext4: correct mount option parsing to detect when quota options can be changed | Jan Kara | 2008-05-14 | 1 | -6/+20 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2008-05-15 | 8 | -76/+181 |
|\ \ |
|
| * | | 9p: fix error path during early mount | Eric Van Hensbergen | 2008-05-15 | 2 | -24/+23 |
| * | | fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N... | Jim Meyering | 2008-05-15 | 1 | -6/+34 |
| * | | 9p: Documentation updates | Eric Van Hensbergen | 2008-05-15 | 8 | -48/+126 |
| * | | add match_strlcpy() us it to make v9fs make uname and remotename parsing more... | Markus Armbruster | 2008-05-15 | 1 | -2/+2 |
* | | | ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() | Tiger Yang | 2008-05-15 | 2 | -0/+10 |
* | | | jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT | Mingming Cao | 2008-05-15 | 1 | -0/+2 |
|/ / |
|
* | | eCryptFS: fix imbalanced mutex locking | Cyrill Gorcunov | 2008-05-13 | 1 | -0/+2 |
* | | Fix misuses of bdevname() | Jean Delvare | 2008-05-13 | 2 | -6/+4 |
* | | fuse: add flag to turn on big writes | Miklos Szeredi | 2008-05-13 | 3 | -1/+9 |
* | | memcg: fix possible panic when CONFIG_MM_OWNER=y | KOSAKI Motohiro | 2008-05-13 | 1 | -1/+1 |
* | | Fix hfsplus oops on image without extents | Eric Sesterhenn | 2008-05-13 | 1 | -0/+2 |
* | | capabilities: add bounding set to /proc/self/status | Serge E. Hallyn | 2008-05-13 | 1 | -0/+1 |