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