summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds2013-10-311-2/+3
* Revert "select: use freezable blocking call"Rafael J. Wysocki2013-10-301-2/+1
* Revert "epoll: use freezable blocking call"Rafael J. Wysocki2013-10-301-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-10-252-2/+4
|\
| * seq_file: always update file->f_pos in seq_lseek()Gu Zheng2013-10-251-0/+2
| * nfsd regression since delayed fput()Al Viro2013-10-201-2/+2
* | Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-10-252-2/+3
|\ \
| * | eCryptfs: fix 32 bit corruption issueColin Ian King2013-10-241-1/+1
| * | ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem2013-10-161-1/+2
* | | vfs: fix new kernel-doc warningsRandy Dunlap2013-10-221-8/+7
* | | fs/namei.c: fix new kernel-doc warningRandy Dunlap2013-10-221-1/+2
* | | Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-10-221-2/+1
|\ \ \
| * | | jfs: fix error path in iallocDave Kleikamp2013-09-171-2/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-181-0/+1
|\ \ \ \
| * | | | Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik2013-10-181-0/+1
* | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-10-178-21/+93
|\ \ \ \ \
| * | | | | cifs: ntstatus_to_dos_map[] is not terminatedTim Gardner2013-10-141-1/+3
| * | | | | cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Sachin Prabhu2013-10-071-2/+2
| * | | | | cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos2013-10-071-2/+4
| * | | | | cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar2013-10-062-2/+13
| * | | | | do not treat non-symlink reparse points as valid symlinksSteve French2013-10-053-14/+71
* | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2013-10-163-6/+22
|\ \ \ \ \ \
| * | | | | | procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke2013-10-161-2/+6
| * | | | | | procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke2013-10-161-1/+1
| * | | | | | fs: buffer: move allocation failure loop into the allocatorJohannes Weiner2013-10-161-2/+12
| * | | | | | mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov2013-10-161-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-10-162-6/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | ext[34]: fix double put in tmpfileMiklos Szeredi2013-10-152-6/+4
* | | | | vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-121-1/+1
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-10-122-1/+3
|\ \ \ \ \
| * | | | | ext4: fix memory leak in xattrDave Jones2013-10-121-0/+2
| * | | | | ext4: fix performance regression in writeback of random writesJan Kara2013-09-161-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-126-21/+25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Btrfs: fix oops caused by the space balance and dead rootsMiao Xie2013-10-103-7/+17
| * | | | Btrfs: insert orphan roots into fs radix treeMiao Xie2013-10-101-5/+3
| * | | | Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik2013-10-101-8/+4
| * | | | Btrfs: use right root when checking for hash collisionJosef Bacik2013-10-101-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-056-17/+39
|\ \ \ \ \
| * | | | | btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong2013-10-051-0/+8
| * | | | | Merge branch 'for-linus' into for-linus-3.12Chris Mason2013-10-056-17/+31
| |\ \ \ \ \ | | |/ / / /
| | * | | | Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2013-10-042-5/+7
| | * | | | Btrfs: eliminate races in worker stopping codeIlya Dryomov2013-10-042-6/+21
| | * | | | Btrfs: fix crash of compressed writesLiu Bo2013-10-041-1/+1
| | * | | | Btrfs: fix transid verify errors when recovering log treeJosef Bacik2013-10-041-5/+2
* | | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-10-0410-115/+74
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [CIFS] update cifs.ko versionSteve French2013-09-251-1/+1
| * | | | | [CIFS] Remove ext2 flags that have been moved to fs.hSteve French2013-09-251-20/+1
| * | | | | [CIFS] Provide sane values for nlinkJim McDonough2013-09-213-6/+43
| * | | | | cifs: stop trying to use virtual circuitsJeff Layton2013-09-183-88/+1
| * | | | | CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells2013-09-183-0/+28
OpenPOWER on IntegriCloud