summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-04-29fat: move fat_i_pos_read to fat.hNamjae Jeon2-14/+14
2013-04-29fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon2-9/+21
2013-04-29fs/buffer.c: remove unnecessary init operation after allocating buffer_head.majianpeng3-6/+0
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton1-3/+6
2013-04-29mm: allow arch code to control the user page table ceilingHugh Dickins1-2/+2
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim4-79/+2
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong3-5/+30
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett1-1/+2
2013-04-29direct-io: submit bio after boundary buffer is added to itJan Kara1-17/+11
2013-04-29direct-io: fix boundary block handlingJan Kara1-1/+2
2013-04-29fs/read_write.c: fix generic_file_llseek() commentMing Lei1-1/+1
2013-04-29ocfs2/dlm: remove redundant null pointer checkSachin Kamat1-4/+2
2013-04-29ocfs2: fix NULL dereference for moving extentsDan Carpenter1-8/+8
2013-04-29ocfs2: fix error handling in ocfs2_ioctl_move_extents()Dan Carpenter1-20/+17
2013-04-29ocfs2: fix error return code in ocfs2_info_handle_freefrag()Wei Yongjun1-1/+3
2013-04-29ocfs2: delay inode update transactions after verifying the input flagsJeff Liu1-9/+9
2013-04-29fs/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-23ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o1-2/+3
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-74/+189
2013-04-22NFS: 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-21ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o1-0/+4
2013-04-21ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o1-1/+2
2013-04-21ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o1-0/+2
2013-04-21LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2-3/+3
2013-04-21jbd2: trace when lock_buffer in do_get_write_access takes a long timeTheodore Ts'o1-0/+8
2013-04-21ext4: mark metadata blocks using bh flagsTheodore Ts'o2-1/+7
2013-04-20buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o1-0/+5
2013-04-20ext4: mark all metadata I/O with REQ_METATheodore Ts'o4-5/+5
2013-04-20Merge remote-tracking branch 'efi/chainsaw' into x86/efiH. Peter Anvin585-7899/+16959
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-19ext4: fix readdir error in case inline_data+^dir_index.Tao Ma1-18/+51
2013-04-19ext4: fix readdir error in the case of inline_data+dir_indexTao Ma4-28/+153
2013-04-19jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu1-1/+0
2013-04-19nfs: Send atime and mtime as a 64bit valueBryan Schumaker1-4/+2
2013-04-19ext4: mext_insert_extents should update extent block checksumDarrick J. Wong3-17/+8
2013-04-19ext4: move quota initialization out of inode allocation transactionJan Kara2-44/+53