summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki2012-03-231-10/+26
* proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar2012-03-231-1/+1
* procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2012-03-232-56/+84
* procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-232-28/+60
* proc: speed up /proc/stat handlingEric Dumazet2012-03-231-2/+5
* fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni2012-03-231-2/+4
* coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-231-0/+3
* coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-2/+25
* fat: fix bug in enforcing Long File Name lengthNamjae Jeon2012-03-231-1/+1
* fat: clean up xlate_to_uni()Namjae Jeon2012-03-231-47/+36
* epoll: remove unneeded variable in reverse_path_check()Dan Carpenter2012-03-231-2/+0
* epoll: comment the funky #ifdefSteven Rostedt2012-03-231-0/+25
* poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2012-03-232-25/+33
* fs/notify/notification.c: make subsys_initcall function staticH Hartley Sweeten2012-03-231-2/+1
* magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-233-2/+5
* Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-03-236-230/+234
|\
| * UBIFS: improve error messagesArtem Bityutskiy2012-03-071-5/+14
| * UBIFS: kill CUR_MAX_KEY_LEN macroArtem Bityutskiy2012-02-291-7/+4
| * UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy2012-02-291-9/+9
| * UBIFS: make the dbg_lock spinlock staticArtem Bityutskiy2012-02-292-4/+1
| * UBIFS: increase dumps loglevelArtem Bityutskiy2012-02-291-204/+204
| * UBIFS: amend recovery debugging messageArtem Bityutskiy2012-02-291-1/+2
* | Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-231-8/+22
|\ \
| * | pstore: Introduce get_reason_str() to pstoreSeiji Aguchi2012-03-161-8/+22
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-03-2351-2250/+1375
|\ \ \
| * | | xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner2012-03-151-3/+10
| * | | xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_getDave Chinner2012-03-151-4/+10
| * | | xfs: remove remaining scraps of struct xfs_iomapDave Chinner2012-03-152-4/+0
| * | | xfs: fix inode lookup raceDave Chinner2012-03-151-6/+12
| * | | xfs: clean up minor sparse warningsDave Chinner2012-03-143-6/+10
| * | | xfs: remove the global xfs_Gqm structureChristoph Hellwig2012-03-147-174/+46
| * | | xfs: remove the per-filesystem list of dquotsChristoph Hellwig2012-03-145-304/+226
| * | | xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig2012-03-146-263/+66
| * | | xfs: per-filesystem dquot LRU listsChristoph Hellwig2012-03-144-78/+74
| * | | xfs: use common code for quota statisticsChristoph Hellwig2012-03-149-187/+110
| * | | xfs: reimplement fdatasync supportChristoph Hellwig2012-03-134-5/+18
| * | | xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig2012-03-135-92/+92
| * | | xfs: make xfs_inode_item_size idempotentChristoph Hellwig2012-03-131-132/+83
| * | | xfs: log timestamp updatesChristoph Hellwig2012-03-1313-321/+65
| * | | xfs: log file size updates at I/O completion timeChristoph Hellwig2012-03-132-24/+111
| * | | xfs: log file size updates as part of unwritten extent conversionChristoph Hellwig2012-03-052-6/+24
| * | | xfs: do not require an ioend for new EOF calculationChristoph Hellwig2012-03-052-20/+18
| * | | xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig2012-03-055-49/+51
| * | | quota: make Q_XQUOTASYNC a noopChristoph Hellwig2012-02-291-2/+1
| * | | xfs: include reservations in quota reportingChristoph Hellwig2012-02-292-15/+15
| * | | xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquotaChristoph Hellwig2012-02-291-69/+49
| * | | xfs: only take the ILOCK in xfs_reclaim_inode()Alex Elder2012-02-252-6/+13
| * | | xfs: split and cleanup xfs_log_reserveChristoph Hellwig2012-02-225-170/+151
| * | | xfs: share code for grant head availability checksChristoph Hellwig2012-02-221-73/+60
| * | | xfs: share code for grant head wakeupsChristoph Hellwig2012-02-222-31/+20