aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-23/+46
2012-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+3
2012-10-16mm, mempolicy: fix printing stack contents in numa_mapsGravatar David Rientjes 1-2/+5
2012-10-16fix a leak in replace_fd() usersGravatar Al Viro 1-2/+3
2012-10-16NFSv4: Fix the return value for nfs_callback_start_svcGravatar Trond Myklebust 1-1/+1
2012-10-16NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be staticGravatar Trond Myklebust 1-3/+3
2012-10-16NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"Gravatar Trond Myklebust 1-0/+1
2012-10-15ext4: fix undefined bit shift result in ext4_fill_flex_infoGravatar Lukas Czerner 1-1/+1
2012-10-15NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()Gravatar Trond Myklebust 1-1/+1
2012-10-15NFSv4.1: Do not call pnfs_return_layout() from an rpciod contextGravatar Trond Myklebust 2-3/+16
2012-10-15NFSv4.1: Kill nfs4_ds_disconnect()Gravatar Trond Myklebust 3-24/+0
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-7/+7
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-3/+3
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 15-305/+227
2012-10-12procfs: don't need a PATH_MAX allocation to hold a string representation of a...Gravatar Jeff Layton 1-2/+3
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleGravatar Jeff Layton 1-20/+49
2012-10-12audit: make audit_inode take struct filenameGravatar Jeff Layton 1-9/+7
2012-10-12vfs: make path_openat take a struct filename pointerGravatar Jeff Layton 4-16/+36
2012-10-12vfs: turn do_path_lookup into wrapper around struct filename variantGravatar Jeff Layton 1-7/+23
2012-10-12audit: allow audit code to satisfy getname requests from its names_listGravatar Jeff Layton 1-0/+4
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 7-61/+88
2012-10-12btrfs: Fix compilation with user namespace support enabledGravatar Eric W. Biederman 1-2/+2
2012-10-12userns: Fix posix_acl_file_xattr_userns gid conversionGravatar Eric W. Biederman 1-1/+1
2012-10-12vfs: unexport getname and putname symbolsGravatar Jeff Layton 1-2/+0
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingGravatar Jeff Layton 2-2/+2
2012-10-12audit: set the name_len in audit_inode for parent lookupsGravatar Jeff Layton 3-13/+13
2012-10-12audit: reverse arguments to audit_inode_childGravatar Jeff Layton 2-2/+2
2012-10-12audit: remove unnecessary NULL ptr checks from do_path_lookupGravatar Jeff Layton 1-6/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 27-135/+130
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-15/+23
2012-10-11vfs: bogus warnings in fs/namei.cGravatar Arnd Bergmann 1-0/+1
2012-10-11consitify do_mount() argumentsGravatar Al Viro 1-6/+6
2012-10-11Merge Trond's bugfixesGravatar J. Bruce Fields 2-3/+3
2012-10-11autofs4 - fix reset pending flag on mount failGravatar Ian Kent 1-2/+4
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-160/+188
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 38-681/+1922
2012-10-10nohz: Fix idle ticks in cpu summary line of /proc/statGravatar Michal Hocko 1-4/+10