summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-05-01epoll: trim epitem by one cache lineEric Wong1-1/+9
2013-05-01binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko1-20/+4
2013-05-01writeback: set worker desc to identify writeback workers in task dumpsTejun Heo1-0/+1
2013-05-01fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen1-1/+3
2013-05-01fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Yan Hong1-5/+3
2013-05-01inotify: invalid mask should return a error number but not set itZhao Hongjiang1-2/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+1
2013-04-30Merge tag 'dlm-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-3/+15
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-483/+844
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds16-242/+188
2013-04-30xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner1-0/+6
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds9-12/+11
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+100
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming26-129/+250
2013-04-30inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton1-6/+2
2013-04-30nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton1-6/+1
2013-04-30fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon4-2/+78
2013-04-30fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon3-5/+52
2013-04-30fat: restructure export_operationsNamjae Jeon4-20/+136
2013-04-30fat: introduce a helper fat_get_blknr_offset()Namjae Jeon2-4/+12
2013-04-30fat: move fat_i_pos_read to fat.hNamjae Jeon2-14/+14
2013-04-30fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon2-9/+21
2013-04-30fs/buffer.c: remove unnecessary init operation after allocating buffer_head.majianpeng3-6/+0
2013-04-30fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton1-3/+6
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-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2-1/+3
2013-04-29Include missing linux/magic.h inclusionsDavid Howells1-0/+1
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2013-04-29proc: Delete create_proc_read_entry()David Howells3-204/+1
2013-04-29fanotify: don't wank with FASYNC on ->release()Al Viro1-3/+0
2013-04-29hppfs: get rid of ->fsync()Al Viro1-7/+0
2013-04-29hppfs: fix the leaks on close()Al Viro1-1/+12
2013-04-29new helper: read_code()Al Viro4-43/+35
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-27xfs: implement extended feature masksDave Chinner3-8/+129