aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-10-27jffs2: do not support the MLC nandGravatar Huang Shijie 1-0/+4
2013-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+4
2013-10-25seq_file: always update file->f_pos in seq_lseek()Gravatar Gu Zheng 1-0/+2
2013-10-25Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+3
2013-10-24eCryptfs: fix 32 bit corruption issueGravatar Colin Ian King 1-1/+1
2013-10-22vfs: fix new kernel-doc warningsGravatar Randy Dunlap 1-8/+7
2013-10-22fs/namei.c: fix new kernel-doc warningGravatar Randy Dunlap 1-1/+2
2013-10-22Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-2/+1
2013-10-20nfsd regression since delayed fput()Gravatar Al Viro 1-2/+2
2013-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+1
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentGravatar Josef Bacik 1-0/+1
2013-10-17Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 8-21/+93
2013-10-16Merge branch 'akpm' (fixes from Andrew Morton)Gravatar Linus Torvalds 3-6/+22
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesGravatar HATAYAMA Daisuke 1-2/+6
2013-10-16procfs: fix unintended truncation of returned mapped addressGravatar HATAYAMA Daisuke 1-1/+1
2013-10-16fs: buffer: move allocation failure loop into the allocatorGravatar Johannes Weiner 1-2/+12
2013-10-16mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesGravatar Cyrill Gorcunov 1-1/+3
2013-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-6/+4
2013-10-16ecryptfs: Fix memory leakage in keystore.cGravatar Geyslan G. Bem 1-1/+2
2013-10-15ext[34]: fix double put in tmpfileGravatar Miklos Szeredi 2-6/+4
2013-10-14cifs: ntstatus_to_dos_map[] is not terminatedGravatar Tim Gardner 1-1/+3
2013-10-12vfs: allow O_PATH file descriptors for fstatfs()Gravatar Linus Torvalds 1-1/+1
2013-10-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-1/+3
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 6-21/+25
2013-10-12ext4: fix memory leak in xattrGravatar Dave Jones 1-0/+2
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsGravatar Miao Xie 3-7/+17
2013-10-10Btrfs: insert orphan roots into fs radix treeGravatar Miao Xie 1-5/+3
2013-10-10Btrfs: limit delalloc pages outside of find_delalloc_rangeGravatar Josef Bacik 1-8/+4
2013-10-10Btrfs: use right root when checking for hash collisionGravatar Josef Bacik 1-1/+1
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Gravatar Sachin Prabhu 1-2/+2
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesGravatar Jan Klos 1-2/+4
2013-10-06cifs: Avoid umount hangs with smb2 when server is unresponsiveGravatar Shirish Pargaonkar 2-2/+13
2013-10-05do not treat non-symlink reparse points as valid symlinksGravatar Steve French 3-14/+71
2013-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 6-17/+39
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetGravatar Darrick J. Wong 1-0/+8
2013-10-05Merge branch 'for-linus' into for-linus-3.12Gravatar Chris Mason 6-17/+31
2013-10-04Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-115/+74
2013-10-04Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 6-42/+45
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingGravatar Ilya Dryomov 2-5/+7
2013-10-04Btrfs: eliminate races in worker stopping codeGravatar Ilya Dryomov 2-6/+21
2013-10-04Btrfs: fix crash of compressed writesGravatar Liu Bo 1-1/+1
2013-10-04Btrfs: fix transid verify errors when recovering log treeGravatar Josef Bacik 1-5/+2
2013-10-04xfs: Use kmem_free() instead of free()Gravatar Thierry Reding 1-1/+1
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transGravatar tinguely@sgi.com 1-0/+1
2013-10-04xfs: dirent dtype presence is dependent on directory magic numbersGravatar Dave Chinner 4-39/+28
2013-10-04xfs: lockdep needs to know about 3 dquot-deep nestingGravatar Dave Chinner 1-3/+16
2013-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 3-13/+32
2013-10-02Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-15/+37
2013-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-10-01fs/super.c: fix lru_list leak for realGravatar Al Viro 1-2/+2