summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-10-28nfs: reject version and minorversion changes on remount attemptsJeff Layton1-0/+4
2013-10-28NFSv4 Remove zeroing state kern warningsAndy Adamson1-8/+5
2013-10-28cifs: Remove redundant multiplex identifier check from check_smb_hdr()Tim Gardner1-10/+2
2013-10-28Query file system attributes from server on SMB2, not just cifs, mountsSteve French4-2/+73
2013-10-28Allow setting per-file compression via SMB2/3Steve French6-19/+87
2013-10-28Fix corrupt SMB2 ioctl requestsSteve French1-4/+17
2013-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+4
2013-10-25seq_file: always update file->f_pos in seq_lseek()Gu Zheng1-0/+2
2013-10-25Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2013-10-25sysfs: fix sysfs_write_file for bin fileMing Lei1-3/+2
2013-10-24eCryptfs: fix 32 bit corruption issueColin Ian King1-1/+1
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-20nfsd regression since delayed fput()Al Viro1-2/+2
2013-10-20Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman55-302/+473
2013-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik1-0/+1
2013-10-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-21/+93
2013-10-17Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds3-6/+22
2013-10-17procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke1-2/+6
2013-10-17procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke1-1/+1
2013-10-17fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-2/+12
2013-10-17mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov1-1/+3
2013-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+4
2013-10-17ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem1-1/+2
2013-10-15ext[34]: fix double put in tmpfileMiklos Szeredi2-6/+4
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse4-49/+45
2013-10-14cifs: ntstatus_to_dos_map[] is not terminatedTim Gardner1-1/+3
2013-10-14sysfs/bin: Fix size handling overflow for bin_attributeBenjamin Herrenschmidt1-1/+1
2013-10-14sysfs: make sysfs_file_ops() follow ignore_lockdep flagTejun Heo3-21/+20
2013-10-13vfs: 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/kerne...Linus Torvalds2-1/+3
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-21/+25
2013-10-12ext4: fix memory leak in xattrDave Jones1-0/+2
2013-10-11Btrfs: fix oops caused by the space balance and dead rootsMiao Xie3-7/+17
2013-10-11Btrfs: insert orphan roots into fs radix treeMiao Xie1-5/+3
2013-10-11Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik1-8/+4
2013-10-11Btrfs: use right root when checking for hash collisionJosef Bacik1-1/+1
2013-10-10of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-3/+0
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel1-0/+1
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman1-0/+2
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Sachin Prabhu1-2/+2
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos1-2/+4
2013-10-07cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar2-2/+13
2013-10-06do not treat non-symlink reparse points as valid symlinksSteve French3-14/+71
2013-10-06sysfs: merge regular and bin file handlingTejun Heo6-501/+28
2013-10-06sysfs: prepare open path for unified regular / bin file handlingTejun Heo1-25/+33
2013-10-06sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.cTejun Heo3-1/+249
2013-10-06sysfs: add sysfs_bin_read()Tejun Heo1-0/+65