summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-11-01sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo3-10/+30
2013-11-01sysfs: use generic_file_llseek() for sysfs_file_operationsTejun Heo1-1/+1
2013-10-30sysfs: return correct error code on unimplemented mmap()Vladimir Zapolskiy1-1/+0
2013-10-30sysfs: separate out dup filename warning into a separate functionTejun Heo2-11/+20
2013-10-30sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo3-30/+39
2013-10-30sysfs: remove unused sysfs_get_dentry() prototypeTejun Heo1-1/+0
2013-10-30sysfs: honor bin_attr.attr.ignore_lockdepTejun Heo1-1/+3
2013-10-30sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo3-12/+9
2013-10-25sysfs: fix sysfs_write_file for bin fileMing Lei1-3/+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-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-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-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
2013-10-06sysfs: prepare path write for unified regular / bin file handlingTejun Heo2-6/+35
2013-10-06sysfs: collapse fs/sysfs/bin.c::fill_read() into read()Tejun Heo1-21/+15
2013-10-06sysfs: skip bin_buffer->buffer while readingTejun Heo1-13/+8
2013-10-06sysfs: use seq_file when reading regular filesTejun Heo1-91/+73
2013-10-06sysfs: use transient write bufferTejun Heo1-62/+52
2013-10-06sysfs: add sysfs_open_file->sd and ->fileTejun Heo1-11/+12
2013-10-06sysfs: rename sysfs_buffer to sysfs_open_fileTejun Heo1-64/+63
2013-10-06sysfs: add sysfs_open_file_mutexTejun Heo1-6/+12
2013-10-06sysfs: remove sysfs_buffer->opsTejun Heo1-12/+21
2013-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-17/+39
2013-10-05sysfs: remove sysfs_buffer->needs_read_fillTejun Heo1-12/+12