summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-04-30mm: allow arch code to control the user page table ceilingHugh Dickins1-2/+2
2013-04-30mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim4-79/+2
2013-04-30mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong3-5/+30
2013-04-30fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett1-1/+2
2013-04-30direct-io: submit bio after boundary buffer is added to itJan Kara1-17/+11
2013-04-30direct-io: fix boundary block handlingJan Kara1-1/+2
2013-04-30fs/read_write.c: fix generic_file_llseek() commentMing Lei1-1/+1
2013-04-30ocfs2/dlm: remove redundant null pointer checkSachin Kamat1-4/+2
2013-04-30ocfs2: fix NULL dereference for moving extentsDan Carpenter1-8/+8
2013-04-30ocfs2: fix error handling in ocfs2_ioctl_move_extents()Dan Carpenter1-20/+17
2013-04-30ocfs2: fix error return code in ocfs2_info_handle_freefrag()Wei Yongjun1-1/+3
2013-04-30ocfs2: delay inode update transactions after verifying the input flagsJeff Liu1-9/+9
2013-04-30fs/fscache/stats.c: fix memory leakAnurup m1-1/+1
2013-04-29Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+21
2013-04-29NFSv4: Warn once about servers that incorrectly apply open mode to setattrTrond Myklebust1-0/+7
2013-04-29NFSv4: Servers should only check SETATTR stateid open mode on size changeTrond Myklebust1-4/+9
2013-04-29gfs2: Convert print_symbol to %pSRJoe Perches2-3/+4
2013-04-26aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang1-1/+1
2013-04-26GFS2: Flush work queue before clearing glock hash tablesBob Peterson1-0/+1
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner91-415/+1310
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust3-17/+37
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust8-180/+164
2013-04-23NFSv4: Don't recheck permissions on open in case of recovery cached openTrond Myklebust1-4/+10
2013-04-23NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modesTrond Myklebust1-0/+1
2013-04-23NFSv4.1: Use the more efficient open_noattr call for open-by-filehandleTrond Myklebust1-2/+6
2013-04-23NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONEChuck Lever1-1/+1
2013-04-22NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriateTrond Myklebust1-3/+13
2013-04-22LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2-3/+3
2013-04-20NFSv4: Ensure the LOCK call cannot use the delegation stateidTrond Myklebust1-1/+1
2013-04-20NFSv4: Use the open stateid if the delegation has the wrong modeTrond Myklebust3-1/+7
2013-04-20nfs: Send atime and mtime as a 64bit valueBryan Schumaker1-4/+2
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-2/+0
2013-04-18hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-04-18fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()Naoya Horiguchi1-0/+1
2013-04-18hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi1-1/+1
2013-04-17posix-timers: Show sigevent info in proc filePavel Emelyanov1-0/+17
2013-04-17posix-timers: Introduce /proc/PID/timers filePavel Emelyanov1-0/+83
2013-04-17NFSv4: Record the OPEN create mode used in the nfs4_opendata structureTrond Myklebust2-23/+30
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds1-0/+1
2013-04-15Merge 3.9-rc7 into driver-core-nextGreg Kroah-Hartman19-123/+243
2013-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+42
2013-04-14NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transportsTrond Myklebust2-0/+4
2013-04-14vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal1-1/+1
2013-04-13Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+13
2013-04-12NFSv4: Fix handling of revoked delegations by setattrTrond Myklebust1-1/+5
2013-04-12treewide: Fix typo in printksMasanari Iida2-2/+2
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-0/+1
2013-04-11NFSv4 release the sequence id in the return on close caseAndy Adamson1-1/+3
2013-04-11cifs: Allow passwords which begin with a delimitorSachin Prabhu1-3/+13