summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-27[CIFS] Update CIFS version number to 1.77Steve French1-1/+1
2012-03-27CIFS: Add missed forcemand mount optionPavel Shilovsky1-2/+5
2012-03-27Merge branch 'for-3.4'Steve French11-944/+1376
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds31-31/+29
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds1-0/+1
2012-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2-76/+1201
2012-03-24seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki1-10/+26
2012-03-24proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-03-24procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2-56/+84
2012-03-24procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2-28/+60
2012-03-24proc: speed up /proc/stat handlingEric Dumazet1-2/+5
2012-03-24fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni1-2/+4
2012-03-24coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+3
2012-03-24coredump: remove VM_ALWAYSDUMP flagJason Baron1-2/+25
2012-03-24fat: fix bug in enforcing Long File Name lengthNamjae Jeon1-1/+1
2012-03-24fat: clean up xlate_to_uni()Namjae Jeon1-47/+36
2012-03-24epoll: remove unneeded variable in reverse_path_check()Dan Carpenter1-2/+0
2012-03-24epoll: comment the funky #ifdefSteven Rostedt1-0/+25
2012-03-24poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2-25/+33
2012-03-24fs/notify/notification.c: make subsys_initcall function staticH Hartley Sweeten1-2/+1
2012-03-24magic.h: move some FS magic numbers into magic.hMuthu Kumar3-2/+5
2012-03-24[CIFS] Fix trivial sparse warning with asyn i/o patchSteve French1-1/+1
2012-03-23cifs: handle "sloppy" option appropriatelyJeff Layton1-3/+18
2012-03-23cifs: use standard token parser for mount optionsSachin Prabhu1-524/+814
2012-03-23cifs: remove /proc/fs/cifs/OplockEnabledJeff Layton1-43/+0
2012-03-23cifs: convert cifs_iovec_write to use async writesJeff Layton3-86/+143
2012-03-23cifs: call cifs_update_eof with i_lock heldJeff Layton3-2/+11
2012-03-23cifs: abstract out function to marshal up the iovec array for async writesJeff Layton3-10/+31
2012-03-23cifs: fix up get_numpagesJeff Layton1-3/+1
2012-03-23cifs: make cifsFileInfo_get return the cifsFileInfo pointerJeff Layton1-1/+3
2012-03-23cifs: fix allocation in cifs_write_allocate_pagesJeff Layton1-7/+6
2012-03-23cifs: allow caller to specify completion op when allocating writedataJeff Layton3-5/+8
2012-03-23cifs: add pid field to cifs_writedataJeff Layton3-2/+4
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton5-8/+20
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky6-59/+59
2012-03-23CIFS: Expand CurrentMid fieldPavel Shilovsky3-40/+48
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky5-34/+53
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky7-47/+56
2012-03-23CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky6-88/+119
2012-03-23Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-230/+234
2012-03-23Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+22
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds51-2250/+1375
2012-03-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-109/+169
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds66-2074/+3109
2012-03-23Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2012-03-23vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds1-3/+3
2012-03-23vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds1-9/+4
2012-03-23fs: fix kernel-doc warnings in dcache.cRandy Dunlap1-1/+1
2012-03-23Fix full_name_hash() behaviour when length is a multiple of 8Al Viro1-1/+1
2012-03-23sysctl: protect poll() in entries that may go awayLucas De Marchi1-1/+16