Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2012-10-23 | 9 | -45/+74 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ext4: Avoid underflow in ext4_trim_fs() | Lukas Czerner | 2012-10-22 | 1 | -2/+3 | |
| * | | | | | | | ext4: Checksum the block bitmap properly with bigalloc enabled | Tao Ma | 2012-10-22 | 6 | -20/+14 | |
| * | | | | | | | ext4: fix undefined bit shift result in ext4_fill_flex_info | Lukas Czerner | 2012-10-15 | 1 | -1/+1 | |
| * | | | | | | | ext4: fix metadata checksum calculation for the superblock | Theodore Ts'o | 2012-10-10 | 3 | -11/+7 | |
| * | | | | | | | ext4: race-condition protection for ext4_convert_unwritten_extents_endio | Dmitry Monakhov | 2012-10-10 | 1 | -11/+46 | |
| * | | | | | | | ext4: serialize fallocate with ext4_convert_unwritten_extents | Dmitry Monakhov | 2012-10-05 | 1 | -0/+3 | |
* | | | | | | | | Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-10-23 | 7 | -32/+22 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | NFSv4: Fix the return value for nfs_callback_start_svc | Trond Myklebust | 2012-10-16 | 1 | -1/+1 | |
| * | | | | | | | NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be static | Trond Myklebust | 2012-10-16 | 1 | -3/+3 | |
| * | | | | | | | NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h" | Trond Myklebust | 2012-10-16 | 1 | -0/+1 | |
| * | | | | | | | NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc() | Trond Myklebust | 2012-10-15 | 1 | -1/+1 | |
| * | | | | | | | NFSv4.1: Do not call pnfs_return_layout() from an rpciod context | Trond Myklebust | 2012-10-15 | 2 | -3/+16 | |
| * | | | | | | | NFSv4.1: Kill nfs4_ds_disconnect() | Trond Myklebust | 2012-10-15 | 3 | -24/+0 | |
* | | | | | | | | char_dev: pin parent kobject | Dmitry Torokhov | 2012-10-22 | 1 | -1/+17 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | hold task->mempolicy while numa_maps scans. | KAMEZAWA Hiroyuki | 2012-10-19 | 2 | -3/+51 | |
* | | | | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-10-19 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | NLM: nlm_lookup_file() may return NLMv4-specific error codes | Trond Myklebust | 2012-10-17 | 2 | -2/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | fs, xattr: fix bug when removing a name not in xattr list | David Rientjes | 2012-10-18 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-10-16 | 5 | -23/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | quota: Silence warning about PRJQUOTA not being handled in need_print_warning() | Jan Kara | 2012-10-09 | 1 | -0/+2 | |
| * | | | | | | ext3: fix return values on parse_options() failure | Zhao Hongjiang | 2012-10-09 | 1 | -2/+2 | |
| * | | | | | | ext2: fix return values on parse_options() failure | Zhao Hongjiang | 2012-10-09 | 1 | -2/+2 | |
| * | | | | | | ext3: ext3_bread usage audit | Carlos Maiolino | 2012-10-09 | 2 | -18/+39 | |
| * | | | | | | ext3: fix possible non-initialized variable on htree_dirblock_to_tree() | Carlos Maiolino | 2012-10-09 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-16 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix a leak in replace_fd() users | Al Viro | 2012-10-16 | 1 | -2/+3 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | mm, mempolicy: fix printing stack contents in numa_maps | David Rientjes | 2012-10-16 | 1 | -2/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-14 | 2 | -7/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | KEYS: Add payload preparsing opportunity prior to key instantiate or update | David Howells | 2012-10-08 | 2 | -7/+7 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-13 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | btrfs: Fix compilation with user namespace support enabled | Eric W. Biederman | 2012-10-12 | 1 | -2/+2 | |
| * | | | | | | | userns: Fix posix_acl_file_xattr_userns gid conversion | Eric W. Biederman | 2012-10-12 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-10-13 | 15 | -305/+227 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge Trond's bugfixes | J. Bruce Fields | 2012-10-11 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | nfs: disintegrate UAPI for nfs | J. Bruce Fields | 2012-10-09 | 399 | -7962/+14232 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | nfsd4: don't allow reclaims of expired clients | J. Bruce Fields | 2012-10-01 | 1 | -8/+10 | |
| * | | | | | | | | | nfsd4: remove redundant callback probe | J. Bruce Fields | 2012-10-01 | 1 | -3/+1 | |
| * | | | | | | | | | nfsd4: expire old client earlier | J. Bruce Fields | 2012-10-01 | 1 | -10/+7 | |
| * | | | | | | | | | nfsd4: separate session allocation and initialization | J. Bruce Fields | 2012-10-01 | 1 | -23/+23 | |
| * | | | | | | | | | nfsd4: clean up session allocation | J. Bruce Fields | 2012-10-01 | 1 | -12/+20 | |
| * | | | | | | | | | nfsd4: minor free_session cleanup | J. Bruce Fields | 2012-10-01 | 1 | -10/+9 | |
| * | | | | | | | | | nfsd4: new_conn_from_crses should only allocate | J. Bruce Fields | 2012-10-01 | 1 | -16/+10 | |
| * | | | | | | | | | nfsd4: separate connection allocation and initialization | J. Bruce Fields | 2012-10-01 | 1 | -10/+15 | |
| * | | | | | | | | | nfsd4: reject bad forechannel attrs earlier | J. Bruce Fields | 2012-10-01 | 1 | -4/+2 | |
| * | | | | | | | | | nfsd4: enforce per-client sessions/no-sessions distinction | J. Bruce Fields | 2012-10-01 | 3 | -22/+31 | |
| * | | | | | | | | | nfsd4: set cl_minorversion at create time | J. Bruce Fields | 2012-10-01 | 1 | -10/+1 | |
| * | | | | | | | | | nfsd4: don't pin clientids to pseudoflavors | J. Bruce Fields | 2012-10-01 | 1 | -1/+17 | |
| * | | | | | | | | | nfsd4: fix bind_conn_to_session xdr comment | J. Bruce Fields | 2012-09-25 | 1 | -1/+1 | |
| * | | | | | | | | | nfsd4: cast readlink() bug argument | J. Bruce Fields | 2012-09-10 | 1 | -1/+1 |