aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik3-82/+52
2013-11-11Btrfs: remove all BUG_ON()'s from commit_cowonly_rootsJosef Bacik1-5/+8
2013-11-11Btrfs: don't delete ordered roots from list during cleanupJosef Bacik1-1/+2
2013-11-11Btrfs: cleanup transaction on abortJosef Bacik2-1/+6
2013-11-11Btrfs: do not release metadata for space cache inodesJosef Bacik1-1/+7
2013-11-11Btrfs: reset intwrite on transaction abortJosef Bacik1-0/+2
2013-11-11Btrfs: relocate csums properly with prealloc extentsJosef Bacik1-3/+15
2013-11-11Btrfs: don't leak block group on errorFilipe David Borba Manana1-2/+1
2013-11-11Btrfs: fix sync fs to actually wait for all data to be persistedFilipe David Borba Manana1-3/+9
2013-11-11Btrfs: fix tracking of orphan inode countFilipe David Borba Manana1-5/+8
2013-11-11Btrfs: export btrfs space shared info to userspaceLiu Bo1-1/+33
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana5-15/+3
2013-11-11Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana3-9/+5
2013-11-11Btrfs: do a full search everytime in btrfs_search_old_slotJosef Bacik1-2/+6
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik7-7/+283
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk8-32/+31
2013-11-11Btrfs: don't store NULL byte in symlink extentsFilipe David Borba Manana1-2/+2
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens3-15/+10
2013-10-31vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds1-2/+3
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki1-2/+1
2013-10-30Revert "epoll: use freezable blocking call"Rafael J. Wysocki1-3/+1
2013-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/kernel/git/tyhicks/ecryptfsLinus Torvalds2-2/+3
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-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik1-0/+1
2013-10-17Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-21/+93
2013-10-16Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds3-6/+22
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke1-2/+6
2013-10-16procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke1-1/+1
2013-10-16fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-2/+12
2013-10-16mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov1-1/+3
2013-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+4
2013-10-16ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem1-1/+2
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-12vfs: 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/kernel/git/tytso/ext4Linus Torvalds2-1/+3
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-21/+25
2013-10-12ext4: fix memory leak in xattrDave Jones1-0/+2
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie3-7/+17
2013-10-10Btrfs: insert orphan roots into fs radix treeMiao Xie1-5/+3
2013-10-10Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik1-8/+4
2013-10-10Btrfs: use right root when checking for hash collisionJosef Bacik1-1/+1
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methodsSachin Prabhu1-2/+2