summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-08-19pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah3-6/+10
2013-08-19pstore: Add decompression support to pstoreAruna Balakrishnaiah1-2/+51
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2-2/+5
2013-08-19pstore: Add compression support to pstoreAruna Balakrishnaiah1-9/+139
2013-08-19pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah1-0/+2
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2-4/+5
2013-08-19pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter1-2/+1
2013-08-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-21/+52
2013-08-17jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara3-17/+48
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+2
2013-08-14fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng1-4/+4
2013-08-14ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu1-3/+1
2013-08-14ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang5-53/+16
2013-08-14ocfs2: Revert 40bd62e to avoid regression in extended allocationJie Liu1-1/+1
2013-08-14hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko1-0/+10
2013-08-14mm: save soft-dirty bits on file pagesCyrill Gorcunov1-0/+2
2013-08-14mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-6/+15
2013-08-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-51/+98
2013-08-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+21
2013-08-12jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2013-08-12ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o1-2/+4
2013-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-68/+119
2013-08-11Merge tag 'nfs-for-3.11-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-14/+27
2013-08-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-4/+5
2013-08-10btrfs: don't loop on large offsets in readdirZach Brown1-8/+25
2013-08-10Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2-5/+5
2013-08-10Btrfs: release both paths before logging dir/changed extentsJosef Bacik1-3/+2
2013-08-10Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik1-22/+40
2013-08-10Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik1-11/+14
2013-08-10Btrfs: fix backref walking when we hit a compressed extentJosef Bacik1-8/+15
2013-08-10Btrfs: do not offset physical if we're compressedJosef Bacik1-3/+6
2013-08-10Btrfs: fix extent buffer leak after backref walkingLiu Bo1-1/+0
2013-08-10Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo1-4/+12
2013-08-10btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu1-3/+0
2013-08-09dlm: kill the unnecessary and wrong device_close()->recalc_sigpending()Oleg Nesterov1-1/+0
2013-08-09ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna1-1/+16
2013-08-09ext4: allow the mount options nodelalloc and data=journalTheodore Ts'o1-1/+1
2013-08-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-27/+25
2013-08-08NFSv4: Fix up nfs4_proc_lookup_mountpointTrond Myklebust1-5/+3
2013-08-08NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()Trond Myklebust1-1/+0
2013-08-08NFSv4: Fix the sync mount option for nfs4 mountsScott Mayhew1-0/+4
2013-08-08NFS: Fix writeback performance issue on cache invalidationTrond Myklebust1-2/+8
2013-08-08Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-47/+22
2013-08-07nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson2-4/+3
2013-08-07nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields1-0/+2
2013-08-07cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton1-0/+8
2013-08-05LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2-6/+12
2013-08-05vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu1-2/+2
2013-08-05fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flinkAndy Lutomirski1-7/+3
2013-08-05fs: Fix file mode for O_TMPFILEAndy Lutomirski1-1/+1