aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-04-30fs/dcache.c: add cond_resched() to shrink_dcache_parent()Gravatar Greg Thelen 1-1/+3
2013-04-30fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Gravatar Yan Hong 1-5/+3
2013-04-30inotify: invalid mask should return a error number but not set itGravatar Zhao Hongjiang 1-2/+4
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 9-12/+11
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+100
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Gravatar Jeff Layton 1-6/+2
2013-04-29nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Gravatar Jeff Layton 1-6/+1
2013-04-29fat (exportfs): rebuild directory-inode if fat_dget()Gravatar Namjae Jeon 4-2/+78
2013-04-29fat (exportfs): rebuild inode if ilookup() failsGravatar Namjae Jeon 3-5/+52
2013-04-29fat: restructure export_operationsGravatar Namjae Jeon 4-20/+136
2013-04-29fat: introduce a helper fat_get_blknr_offset()Gravatar Namjae Jeon 2-4/+12
2013-04-29fat: move fat_i_pos_read to fat.hGravatar Namjae Jeon 2-14/+14
2013-04-29fat: introduce 2 new values for the -o nfs mount optionGravatar Namjae Jeon 2-9/+21
2013-04-29fs/buffer.c: remove unnecessary init operation after allocating buffer_head.Gravatar majianpeng 3-6/+0
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Gravatar Andrew Morton 1-3/+6
2013-04-29mm: allow arch code to control the user page table ceilingGravatar Hugh Dickins 1-2/+2
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cGravatar Joonsoo Kim 4-79/+2
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationGravatar Darrick J. Wong 3-5/+30
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nGravatar Josh Triplett 1-1/+2
2013-04-29direct-io: submit bio after boundary buffer is added to itGravatar Jan Kara 1-17/+11
2013-04-29direct-io: fix boundary block handlingGravatar Jan Kara 1-1/+2
2013-04-29fs/read_write.c: fix generic_file_llseek() commentGravatar Ming Lei 1-1/+1
2013-04-29ocfs2/dlm: remove redundant null pointer checkGravatar Sachin Kamat 1-4/+2
2013-04-29ocfs2: fix NULL dereference for moving extentsGravatar Dan Carpenter 1-8/+8
2013-04-29ocfs2: fix error handling in ocfs2_ioctl_move_extents()Gravatar Dan Carpenter 1-20/+17
2013-04-29ocfs2: fix error return code in ocfs2_info_handle_freefrag()Gravatar Wei Yongjun 1-1/+3
2013-04-29ocfs2: delay inode update transactions after verifying the input flagsGravatar Jeff Liu 1-9/+9
2013-04-29fs/fscache/stats.c: fix memory leakGravatar Anurup m 1-1/+1
2013-04-29Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-20/+21
2013-04-29gfs2: Convert print_symbol to %pSRGravatar Joe Perches 2-3/+4
2013-04-26aio: fix possible invalid memory access when DEBUG is enabledGravatar Zhao Hongjiang 1-1/+1
2013-04-24Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 91-415/+1310
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Gravatar Linus Torvalds 1-2/+0
2013-04-17hfsplus: fix potential overflow in hfsplus_file_truncate()Gravatar Vyacheslav Dubeyko 1-1/+1
2013-04-17fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()Gravatar Naoya Horiguchi 1-0/+1
2013-04-17hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Gravatar Naoya Horiguchi 1-1/+1
2013-04-17posix-timers: Show sigevent info in proc fileGravatar Pavel Emelyanov 1-0/+17
2013-04-17posix-timers: Introduce /proc/PID/timers fileGravatar Pavel Emelyanov 1-0/+83
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Gravatar Linus Torvalds 1-0/+1
2013-04-14Merge 3.9-rc7 into driver-core-nextGravatar Greg Kroah-Hartman 19-123/+243
2013-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+42
2013-04-13vfs: Revert spurious fix to spinning prevention in prune_icache_sbGravatar Suleiman Souhlal 1-1/+1
2013-04-13Btrfs: make sure nbytes are right after log replayGravatar Josef Bacik 1-6/+42
2013-04-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-3/+13
2013-04-12treewide: Fix typo in printksGravatar Masanari Iida 2-2/+2
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuGravatar Thomas Gleixner 1-0/+1
2013-04-10cifs: Allow passwords which begin with a delimitorGravatar Sachin Prabhu 1-3/+13
2013-04-10Merge tag 'nfs-for-3.9-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2013-04-10NFSv4: Doh! Typo in the fix to nfs41_walk_client_listGravatar Trond Myklebust 1-0/+1
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-17/+36