aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-22vfs: fix new kernel-doc warningsRandy Dunlap1-8/+7
2013-10-22fs/namei.c: fix new kernel-doc warningRandy Dunlap1-1/+2
2013-10-22Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+1
2013-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik1-0/+1
2013-10-17Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-21/+93
2013-10-16Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds3-6/+22
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke1-2/+6
2013-10-16procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke1-1/+1
2013-10-16fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-2/+12
2013-10-16mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov1-1/+3
2013-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+4
2013-10-15ext[34]: fix double put in tmpfileMiklos Szeredi2-6/+4
2013-10-14cifs: ntstatus_to_dos_map[] is not terminatedTim Gardner1-1/+3
2013-10-12vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds1-1/+1
2013-10-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-1/+3
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-21/+25
2013-10-12ext4: fix memory leak in xattrDave Jones1-0/+2
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie3-7/+17
2013-10-10Btrfs: insert orphan roots into fs radix treeMiao Xie1-5/+3
2013-10-10Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik1-8/+4
2013-10-10Btrfs: use right root when checking for hash collisionJosef Bacik1-1/+1
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methodsSachin Prabhu1-2/+2
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos1-2/+4
2013-10-06cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar2-2/+13
2013-10-05do not treat non-symlink reparse points as valid symlinksSteve French3-14/+71
2013-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-17/+39
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong1-0/+8
2013-10-05Merge branch 'for-linus' into for-linus-3.12Chris Mason6-17/+31
2013-10-04Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-115/+74
2013-10-04Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-42/+45
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2-5/+7
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov2-6/+21
2013-10-04Btrfs: fix crash of compressed writesLiu Bo1-1/+1
2013-10-04Btrfs: fix transid verify errors when recovering log treeJosef Bacik1-5/+2
2013-10-04xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com1-0/+1
2013-10-04xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner4-39/+28
2013-10-04xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner1-3/+16
2013-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-13/+32
2013-10-02Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-15/+37
2013-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-10-01fs/super.c: fix lru_list leak for realAl Viro1-2/+2
2013-10-01fuse: no RCU mode in fuse_access()Miklos Szeredi1-3/+2
2013-10-01fuse: readdirplus: fix RCU walkMiklos Szeredi2-3/+11
2013-10-01fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi1-1/+2
2013-09-30Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-22/+61
2013-09-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds3-14/+29
2013-09-30nilfs2: fix issue with race condition of competition between segments for dirty blocksVyacheslav Dubeyko2-2/+11
2013-09-30fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni1-12/+18