summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches16-360/+504
2012-03-27jffs2: make jffs2_initxattrs() staticNikola Pajkovsky1-2/+2
2012-03-27jffs2: Fix typo in compr.cMasanari Iida1-1/+1
2012-03-27jffs2: Remove unnecessary OOM messagesJoe Perches2-5/+2
2012-03-27jffs2: fix typo in scan.cMasanari Iida1-1/+1
2012-03-27jffs2: update to new MTD interfaceBrian Norris1-3/+1
2012-03-27romfs: switch to new MTD APIArtem Bityutskiy1-1/+1
2012-03-27jffs2: remove direct mtd->point referenceArtem Bityutskiy1-11/+9
2012-03-27xfs: Account log unmount transaction correctlyDave Chinner1-1/+2
2012-03-27xfs: don't cache inodes read through bulkstatDave Chinner4-4/+28
2012-03-27Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason1-4/+4
2012-03-27Btrfs: adjust the write_lock_level as we unlockChris Mason1-6/+17
2012-03-27Btrfs: loop waiting on writebackChris Mason1-5/+5
2012-03-27Btrfs: add the ability to cache a pointer into the ebChris Mason3-30/+116
2012-03-27Btrfs: ensure an entire eb is written at onceJosef Bacik4-209/+390
2012-03-27Btrfs: introduce mark_extent_buffer_accessedJosef Bacik1-2/+15
2012-03-27Btrfs: introduce free_extent_buffer_staleJosef Bacik5-60/+201
2012-03-27Btrfs: only use the existing eb if it's count isn't 0Josef Bacik1-2/+8
2012-03-27Btrfs: set page->private to the ebJosef Bacik3-93/+91
2012-03-27Btrfs: allow metadata blocks larger than the page sizeChris Mason6-189/+190
2012-03-26xfs: trace xfs_name strings correctlyChristoph Hellwig1-3/+13
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik3-19/+9
2012-03-26Btrfs: remove the ideal caching codeJosef Bacik1-85/+8
2012-03-26nfsd4: allow numeric idmappingJ. Bruce Fields1-4/+49
2012-03-26nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton1-0/+7
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton3-1/+53
2012-03-26nfsd: add the infrastructure to handle the cld upcallJeff Layton1-1/+443
2012-03-26nfsd: add a per-net-namespace struct for nfsdJeff Layton2-1/+48
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton3-58/+156
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton5-33/+47
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields73-2243/+3232
2012-03-25uml/hostfs: Propagate dirent.d_type to filldir()Geert Uytterhoeven3-4/+8
2012-03-24NFS4.1: remove duplicate variable declaration in filelayout_clear_request_commitFred Isaman1-1/+0
2012-03-24Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu1-1/+1
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