aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-5/+4
2012-06-08Merge tag 'upstream-3.5-rc2' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-2/+10
2012-06-08Revert "vfs: stop d_splice_alias creating directory aliases"Gravatar Linus Torvalds 1-6/+10
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Gravatar Linus Torvalds 1-0/+1
2012-06-07ext4: don't set i_flags in EXT4_IOC_SETFLAGSGravatar Tao Ma 1-1/+0
2012-06-07ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgGravatar Theodore Ts'o 1-4/+4
2012-06-07mm: correctly synchronize rss-counters at exit/execGravatar Konstantin Khlebnikov 1-1/+0
2012-06-07UBIFS: fix debugfs-less systems supportGravatar Artem Bityutskiy 1-2/+10
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-10/+74
2012-06-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 8-143/+167
2012-06-04vfs: Fix /proc/<tid>/fdinfo/<fd> file handlingGravatar Linus Torvalds 1-7/+10
2012-06-01Merge branch 'akpm' (Fixups for Andrew's patchbomb)Gravatar Linus Torvalds 13-45/+33
2012-06-01nls: fix (and rename) mac NLS table files and config optionsGravatar Linus Torvalds 13-33/+33
2012-06-01fs/nls/Makefile: remove bogus CONFIG_ assignmentsGravatar Andrew Morton 1-12/+0
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 6-13/+97
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-12/+0
2012-06-01CIFS: Move get_next_mid to ops structGravatar Pavel Shilovsky 7-95/+103
2012-06-01CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safeGravatar Pavel Shilovsky 1-2/+4
2012-06-01CIFS: Improve identation in cifs_unlock_rangeGravatar Pavel Shilovsky 1-40/+35
2012-06-01CIFS: Fix possible wrong memory allocationGravatar Pavel Shilovsky 1-6/+25
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 89-1081/+1175
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 26-194/+1726
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowGravatar Al Viro 3-12/+0
2012-06-01nfs: don't open in ->d_revalidateGravatar Miklos Szeredi 2-55/+78
2012-06-01vfs: retry last component if opening stale dentryGravatar Miklos Szeredi 1-2/+35
2012-06-01vfs: nameidata_to_filp(): don't throw away file on errorGravatar Miklos Szeredi 1-3/+5
2012-06-01vfs: nameidata_to_filp(): inline __dentry_open()Gravatar Miklos Szeredi 1-2/+18
2012-06-01vfs: do_dentry_open(): don't put filpGravatar Miklos Szeredi 1-1/+2
2012-06-01vfs: split __dentry_open()Gravatar Miklos Szeredi 2-14/+34
2012-06-01vfs: do_last() common post lookupGravatar Miklos Szeredi 1-31/+3
2012-06-01vfs: do_last(): add audit_inode before openGravatar Miklos Szeredi 1-0/+1
2012-06-01vfs: do_last(): only return EISDIR for O_CREATGravatar Miklos Szeredi 1-1/+1
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYGravatar Miklos Szeredi 1-0/+3
2012-06-01vfs: do_last(): make ENOENT exit RCU safeGravatar Miklos Szeredi 1-2/+4
2012-06-01vfs: make follow_link check RCU safeGravatar Miklos Szeredi 1-2/+10
2012-06-01vfs: do_last(): use inode variableGravatar Miklos Szeredi 1-3/+5
2012-06-01vfs: do_last(): inline walk_component()Gravatar Miklos Szeredi 1-5/+30
2012-06-01vfs: do_last(): make exit RCU safeGravatar Miklos Szeredi 1-1/+1
2012-06-01vfs: split do_lookup()Gravatar Miklos Szeredi 1-14/+45
2012-06-01Btrfs: move over to use ->update_timeGravatar Josef Bacik 3-41/+15
2012-06-01fs: introduce inode operation ->update_timeGravatar Josef Bacik 7-26/+64
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 33-866/+2849
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 14-375/+436
2012-06-01reiserfs: get rid of resierfs_sync_superGravatar Artem Bityutskiy 3-11/+55
2012-06-01reiserfs: mark the superblock as dirty a bit laterGravatar Artem Bityutskiy 1-2/+1
2012-06-01reiserfs: remove useless superblock dirtyingGravatar Artem Bityutskiy 1-1/+0
2012-06-01reiserfs: clean-up function return typeGravatar Artem Bityutskiy 2-6/+4
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitGravatar Artem Bityutskiy 1-10/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticGravatar Al Viro 1-3/+3
2012-06-01ext4: hole-punch use truncate_pagecache_rangeGravatar Hugh Dickins 1-2/+2