summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-11-01sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo
2013-11-01sysfs: use generic_file_llseek() for sysfs_file_operationsTejun Heo
2013-10-31vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds
2013-10-30sysfs: return correct error code on unimplemented mmap()Vladimir Zapolskiy
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki
2013-10-30Revert "epoll: use freezable blocking call"Rafael J. Wysocki
2013-10-29sysfs: separate out dup filename warning into a separate functionTejun Heo
2013-10-29sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo
2013-10-29sysfs: remove unused sysfs_get_dentry() prototypeTejun Heo
2013-10-29sysfs: honor bin_attr.attr.ignore_lockdepTejun Heo
2013-10-29sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo
2013-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-25seq_file: always update file->f_pos in seq_lseek()Gu Zheng
2013-10-25Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-10-25sysfs: fix sysfs_write_file for bin fileMing Lei
2013-10-24eCryptfs: fix 32 bit corruption issueColin Ian King
2013-10-22vfs: fix new kernel-doc warningsRandy Dunlap
2013-10-22fs/namei.c: fix new kernel-doc warningRandy Dunlap
2013-10-22Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-10-20nfsd regression since delayed fput()Al Viro
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman
2013-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik
2013-10-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-10-17Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2013-10-17procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke
2013-10-17procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke
2013-10-17fs: buffer: move allocation failure loop into the allocatorJohannes Weiner
2013-10-17mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov
2013-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-16ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem
2013-10-15ext[34]: fix double put in tmpfileMiklos Szeredi
2013-10-14cifs: ntstatus_to_dos_map[] is not terminatedTim Gardner
2013-10-14sysfs/bin: Fix size handling overflow for bin_attributeBenjamin Herrenschmidt
2013-10-14sysfs: make sysfs_file_ops() follow ignore_lockdep flagTejun Heo
2013-10-12vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds
2013-10-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-12ext4: fix memory leak in xattrDave Jones
2013-10-11Btrfs: fix oops caused by the space balance and dead rootsMiao Xie
2013-10-11Btrfs: insert orphan roots into fs radix treeMiao Xie
2013-10-11Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik
2013-10-11Btrfs: use right root when checking for hash collisionJosef Bacik
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Sachin Prabhu
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos
2013-10-07cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar
2013-10-06do not treat non-symlink reparse points as valid symlinksSteve French
2013-10-06sysfs: merge regular and bin file handlingTejun Heo
2013-10-06sysfs: prepare open path for unified regular / bin file handlingTejun Heo