aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-231-4/+10
|\
| * nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko2012-10-101-4/+10
* | Merge tag 'jfs-3.7-2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2012-10-231-6/+10
|\ \
| * | jfs: Fix FITRIM argument handlingLukas Czerner2012-10-171-6/+10
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-239-45/+74
|\ \ \
| * | | ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner2012-10-221-2/+3
| * | | ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-216-20/+14
| * | | ext4: fix undefined bit shift result in ext4_fill_flex_infoLukas Czerner2012-10-151-1/+1
| * | | ext4: fix metadata checksum calculation for the superblockTheodore Ts'o2012-10-103-11/+7
| * | | ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov2012-10-101-11/+46
| * | | ext4: serialize fallocate with ext4_convert_unwritten_extentsDmitry Monakhov2012-10-051-0/+3
* | | | Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-10-237-32/+22
|\ \ \ \
| * | | | NFSv4: Fix the return value for nfs_callback_start_svcTrond Myklebust2012-10-161-1/+1
| * | | | NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be staticTrond Myklebust2012-10-161-3/+3
| * | | | NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"Trond Myklebust2012-10-161-0/+1
| * | | | NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()Trond Myklebust2012-10-151-1/+1
| * | | | NFSv4.1: Do not call pnfs_return_layout() from an rpciod contextTrond Myklebust2012-10-152-3/+16
| * | | | NFSv4.1: Kill nfs4_ds_disconnect()Trond Myklebust2012-10-153-24/+0
* | | | | char_dev: pin parent kobjectDmitry Torokhov2012-10-221-1/+17
* | | | | hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2012-10-192-3/+51
* | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-192-2/+3
|\ \ \ \ \
| * | | | | NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2012-10-172-2/+3
| |/ / / /
* | | / / fs, xattr: fix bug when removing a name not in xattr listDavid Rientjes2012-10-181-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-10-165-23/+46
|\ \ \ \
| * | | | quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Jan Kara2012-10-091-0/+2
| * | | | ext3: fix return values on parse_options() failureZhao Hongjiang2012-10-091-2/+2
| * | | | ext2: fix return values on parse_options() failureZhao Hongjiang2012-10-091-2/+2
| * | | | ext3: ext3_bread usage auditCarlos Maiolino2012-10-092-18/+39
| * | | | ext3: fix possible non-initialized variable on htree_dirblock_to_tree()Carlos Maiolino2012-10-091-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-161-2/+3
|\ \ \ \ \
| * | | | | fix a leak in replace_fd() usersAl Viro2012-10-161-2/+3
| | |/ / / | |/| | |
* / | | | mm, mempolicy: fix printing stack contents in numa_mapsDavid Rientjes2012-10-161-2/+5
|/ / / /
* | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-7/+7
|\ \ \ \
| * | | | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-072-7/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-132-3/+3
|\ \ \ \ \
| * | | | | btrfs: Fix compilation with user namespace support enabledEric W. Biederman2012-10-121-2/+2
| * | | | | userns: Fix posix_acl_file_xattr_userns gid conversionEric W. Biederman2012-10-121-1/+1
* | | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-1215-305/+227
|\ \ \ \ \ \
| * \ \ \ \ \ Merge Trond's bugfixesJ. Bruce Fields2012-10-112-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-09399-7962/+14232
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | nfsd4: don't allow reclaims of expired clientsJ. Bruce Fields2012-10-011-8/+10
| * | | | | | | nfsd4: remove redundant callback probeJ. Bruce Fields2012-10-011-3/+1
| * | | | | | | nfsd4: expire old client earlierJ. Bruce Fields2012-10-011-10/+7
| * | | | | | | nfsd4: separate session allocation and initializationJ. Bruce Fields2012-10-011-23/+23
| * | | | | | | nfsd4: clean up session allocationJ. Bruce Fields2012-10-011-12/+20
| * | | | | | | nfsd4: minor free_session cleanupJ. Bruce Fields2012-10-011-10/+9
| * | | | | | | nfsd4: new_conn_from_crses should only allocateJ. Bruce Fields2012-10-011-16/+10
| * | | | | | | nfsd4: separate connection allocation and initializationJ. Bruce Fields2012-10-011-10/+15
| * | | | | | | nfsd4: reject bad forechannel attrs earlierJ. Bruce Fields2012-10-011-4/+2
| * | | | | | | nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields2012-10-013-22/+31