aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-01-17fs/jfs: Fix typo in comment : 'how may' -> 'how many'Gravatar Philippe De Muyter 1-1/+1
2013-01-09btrfs: remove unnecessary cur_trans set before goto loop in join_transactionGravatar Wang Sheng-Hui 1-1/+0
2013-01-09treewide: Fix typo in various driversGravatar Masanari Iida 4-4/+4
2013-01-09btrfs: fix comment typosGravatar Liu Bo 2-5/+5
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 2-2/+2
2012-11-19various: Fix spelling of "asynchronous" in comments.Gravatar Adam Buchbinder 1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Gravatar Adam Buchbinder 7-8/+8
2012-11-19treewide: fix typo of "suport" in various comments and KconfigGravatar Masanari Iida 2-2/+2
2012-11-01Btrfs: Fix printk and variable nameGravatar Masanari Iida 2-2/+2
2012-10-30btrfs: unpin_extent_cache: fix the typo and unnecessary arguementsGravatar Liu Bo 1-2/+1
2012-10-26Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+8
2012-10-26VFS: don't do protected {sym,hard}links by defaultGravatar Linus Torvalds 1-2/+2
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 11-105/+199
2012-10-25Merge tag 'nfs-for-3.7-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-25/+32
2012-10-25fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkGravatar Kees Cook 1-0/+2
2012-10-25freezer: exec should clear PF_NOFREEZE along with PF_KTHREADGravatar Oleg Nesterov 1-1/+2
2012-10-25Btrfs: do not bug when we fail to commit the transactionGravatar Josef Bacik 1-1/+2
2012-10-25Btrfs: fix memory leak when cloning root's nodeGravatar Liu Bo 1-3/+5
2012-10-25Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstableGravatar Chris Mason 3-18/+55
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotGravatar Josef Bacik 3-5/+6
2012-10-25Btrfs: Send: preserve ownership (uid and gid) also for symlinks.Gravatar Alex Lyakas 1-14/+13
2012-10-25Btrfs: fix deadlock caused by the nested chunk allocationGravatar Miao Xie 1-0/+7
2012-10-25btrfs: Return EINVAL when length to trim is less than FSBGravatar Lukas Czerner 1-1/+2
2012-10-25Btrfs: fix memory leak in btrfs_quota_enable()Gravatar Tsutomu Itoh 1-4/+13
2012-10-25Btrfs: send correct rdev and mode in btrfs-sendGravatar Arne Jansen 1-1/+2
2012-10-25Btrfs: extended inode refs support for send mechanismGravatar Jan Schmidt 3-58/+94
2012-10-25Btrfs: Fix wrong error handling codeGravatar Stefan Behrens 1-2/+2
2012-10-25Fix a sign bug causing invalid memory access in the ino_paths ioctl.Gravatar Gabriel de Perthuis 1-1/+1
2012-10-24sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Gravatar Geert Uytterhoeven 1-8/+8
2012-10-24LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroGravatar Trond Myklebust 1-8/+6
2012-10-24LOCKD: fix races in nsm_client_getGravatar Trond Myklebust 1-17/+26
2012-10-24Btrfs: comment for loop in tree_mod_log_insert_moveGravatar Jan Schmidt 1-0/+5
2012-10-24Btrfs: fix extent buffer reference for tree mod log rootsGravatar Jan Schmidt 1-1/+1
2012-10-24Btrfs: determine level of old rootsGravatar Jan Schmidt 3-3/+19
2012-10-24Btrfs: tree mod log's old roots could still be part of the treeGravatar Jan Schmidt 1-4/+21
2012-10-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+10
2012-10-23Btrfs: fix a tree mod logging issue for root replacement operationsGravatar Jan Schmidt 1-8/+2
2012-10-23Btrfs: don't put removals from push_node_left into tree mod log twiceGravatar Jan Schmidt 1-2/+7
2012-10-23Merge tag 'jfs-3.7-2' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-6/+10
2012-10-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 9-45/+74
2012-10-23Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 7-32/+22
2012-10-22ext4: Avoid underflow in ext4_trim_fs()Gravatar Lukas Czerner 1-2/+3
2012-10-22char_dev: pin parent kobjectGravatar Dmitry Torokhov 1-1/+17
2012-10-22ext4: Checksum the block bitmap properly with bigalloc enabledGravatar Tao Ma 6-20/+14
2012-10-19hold task->mempolicy while numa_maps scans.Gravatar KAMEZAWA Hiroyuki 2-3/+51
2012-10-19Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-2/+3
2012-10-18fs, xattr: fix bug when removing a name not in xattr listGravatar David Rientjes 1-1/+1
2012-10-17jfs: Fix FITRIM argument handlingGravatar Lukas Czerner 1-6/+10
2012-10-17NLM: nlm_lookup_file() may return NLMv4-specific error codesGravatar Trond Myklebust 2-2/+3