aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-07exportfs: update Exporting documentationJ. Bruce Fields1-15/+23
2014-08-07dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTEDJ. Bruce Fields1-6/+3
2014-08-07dcache: remove unused d_find_alias parameterJ. Bruce Fields1-8/+5
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields6-31/+54
2014-08-07dcache: d_splice_alias should ignore DCACHE_DISCONNECTEDJ. Bruce Fields1-4/+4
2014-08-07dcache: d_splice_alias mustn't create directory aliasesJ. Bruce Fields1-2/+9
2014-08-07dcache: close d_move race in d_splice_aliasJ. Bruce Fields1-1/+6
2014-08-07dcache: move d_splice_aliasJ. Bruce Fields1-52/+52
2014-08-07namei: trivial fix to vfs_rename_dir commentJ. Bruce Fields1-1/+1
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.NeilBrown2-12/+18
2014-08-07cifs: support RENAME_NOREPLACEMiklos Szeredi3-5/+15
2014-08-07hostfs: support rename flagsMiklos Szeredi3-10/+49
2014-08-07shmem: support RENAME_EXCHANGEMiklos Szeredi1-1/+26
2014-08-07shmem: support RENAME_NOREPLACEMiklos Szeredi1-2/+5
2014-08-07btrfs: add RENAME_NOREPLACEMiklos Szeredi1-1/+11
2014-08-07bad_inode: add ->rename2()Miklos Szeredi1-3/+4
2014-08-07fs: call rename2 if existsMiklos Szeredi3-10/+3
2014-08-07kernel/acct.c: fix coding style warnings and errorsIonut Alexa1-12/+16
2014-08-07death to mnt_pinnedAl Viro4-34/+30
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro5-10/+13
2014-08-07take fs_pin stuff to fs/*Al Viro5-100/+129
2014-08-07start carving bsd_acct_struct upAl Viro1-19/+23
2014-08-07acct: move mnt_pin() upwards.Al Viro1-2/+1
2014-08-07make acct_kill() wait for file closing.Al Viro1-3/+17
2014-08-07drop ->s_umount around acct_auto_close()Al Viro1-4/+14
2014-08-07acct: get rid of acct_lock for acct->countAl Viro1-33/+52
2014-08-07acct: get rid of acct_listAl Viro6-85/+62
2014-08-07acct: simplify check_free_space()Al Viro1-39/+11
2014-08-07acct: new lifetime rulesAl Viro1-106/+114
2014-08-07acct: serialize acct_on()Al Viro1-0/+4
2014-08-07acct() should honour the limits from the very beginningAl Viro1-2/+2
2014-08-07split the slow path in acct_process() offAl Viro1-22/+28
2014-08-07separate namespace-independent parts of filling acct_tAl Viro1-47/+51
2014-08-07acct: switch to __kernel_write()Al Viro3-20/+13
2014-08-07acct: encode_comp_t(0) is 0, fortunately...Al Viro1-3/+0
2014-08-07Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-nextAl Viro75-1355/+2507
2014-08-03Linux 3.16Linus Torvalds1-1/+1
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+9
2014-08-02Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds6-17/+43
2014-08-02ARM: 8124/1: don't enter kgdb when userspace executes a kgdb break instructionOmar Sandoval1-0/+4
2014-08-02ARM: idmap: add identity mapping usage noteRussell King1-0/+5
2014-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-8/+6
2014-08-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+11
2014-08-01Merge tag 'staging-3.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-8/+15
2014-08-01Merge tag 'dm-3.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-8/+7
2014-08-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-5/+6
2014-08-01dm cache: fix race affecting dirty block countAnssi Hannula1-7/+6
2014-08-01dm bufio: fully initialize shrinkerGreg Thelen1-1/+1
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara1-4/+6
2014-08-01vfs: fix check for fallocate on active swapfileEric Biggers1-3/+2