aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-0/+16
2013-09-05sparc: fix PCI device proc file mmap(2)Gravatar Alexey Dobriyan 1-0/+16
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 22-193/+370
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-3/+3
2013-09-04Merge tag 'dlm-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Gravatar Linus Torvalds 2-22/+7
2013-09-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 23-367/+816
2013-09-04direct-io: Handle O_(D)SYNC AIOGravatar Christoph Hellwig 5-13/+40
2013-09-04direct-io: Implement generic deferred AIO completionsGravatar Christoph Hellwig 9-129/+98
2013-09-03Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-34/+242
2013-09-03switch fchmod() to fdgetGravatar Al Viro 1-6/+5
2013-09-03switch epoll_ctl() to fdgetGravatar Al Viro 1-16/+15
2013-09-03git simplify nilfs check for busy subtreeGravatar Al Viro 1-19/+7
2013-09-03constify touch_atime()Gravatar Al Viro 1-1/+1
2013-09-03vfs: allow umount to handle mountpoints without revalidating themGravatar Jeff Layton 2-1/+183
2013-09-03vfs: call d_op->d_prune() before unhashing dentryGravatar Yan, Zheng 1-2/+11
2013-09-03only regular files with FMODE_WRITE need to be on s_filesGravatar Al Viro 1-2/+4
2013-09-03nfsd: racy access to ->d_name in nsfd4_encode_path()Gravatar Al Viro 1-6/+8
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-1/+1
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 9-120/+180
2013-09-03Merge branch 'lockref' (locked reference counts)Gravatar Linus Torvalds 2-27/+80
2013-09-02vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Gravatar Linus Torvalds 2-27/+65
2013-09-02vfs: use lockref_get_not_zero() for optimistic lockless dget_parent()Gravatar Waiman Long 1-0/+15
2013-08-30pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoGravatar Maxime Bizon 1-3/+3
2013-08-28Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-1/+1
2013-08-28fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGravatar Goldwyn Rodrigues 1-1/+1
2013-08-28vfs: make the dentry cache use the lockref infrastructureGravatar Waiman Long 2-37/+26
2013-08-28ext4: allow specifying external journal by pathname mount optionGravatar Eric Sandeen 1-3/+44
2013-08-28ext4: mark group corrupt on group descriptor checksumGravatar Darrick J. Wong 2-11/+8
2013-08-28ext4: mark block group as corrupt on inode bitmap errorGravatar Darrick J. Wong 2-4/+28
2013-08-28ext4: mark block group as corrupt on block bitmap errorGravatar Darrick J. Wong 3-3/+31
2013-08-28ext4: fix type declaration of ext4_validate_block_bitmapGravatar Darrick J. Wong 2-3/+3
2013-08-28ext4: error out if verifying the block bitmap failsGravatar Darrick J. Wong 1-2/+6
2013-08-28jbd2: Fix endian mixing problems in the checksumming codeGravatar Darrick J. Wong 3-17/+18
2013-08-28ext4: isolate ext4_extents.h fileGravatar Zheng Liu 7-29/+27
2013-08-28ext4: Fix misspellings using 'codespell' toolGravatar Anatol Pomozov 6-9/+9
2013-08-28ext4: convert write_begin methods to stable_page_writes semanticsGravatar Dmitry Monakhov 1-2/+3
2013-08-28ext4: fix use of potentially uninitialized variables in debugging codeGravatar Andi Shyti 1-3/+2
2013-08-28Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink"Gravatar Linus Torvalds 1-3/+7
2013-08-26Merge tag 'jfs-3.11-rc8' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-8/+23
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-12/+15
2013-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-5/+15
2013-08-24VFS: collect_mounts() should return an ERR_PTRGravatar Dan Carpenter 1-1/+1
2013-08-24bfs: iget_locked() doesn't return an ERR_PTRGravatar Dan Carpenter 1-1/+1
2013-08-24efs: iget_locked() doesn't return an ERR_PTR()Gravatar Dan Carpenter 1-1/+1
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Gravatar Oleg Nesterov 1-2/+0
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbGravatar Al Viro 2-7/+12
2013-08-23nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Gravatar Vyacheslav Dubeyko 1-1/+1
2013-08-23nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Gravatar Vyacheslav Dubeyko 1-2/+1
2013-08-22sysfs: group.c: fix up kerneldocGravatar Greg Kroah-Hartman 1-2/+2
2013-08-21sysfs: sysfs.h: fix coding style issuesGravatar Greg Kroah-Hartman 1-8/+10