aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds29-293/+2074
2012-03-31vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-03-31vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-03-31untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-03-31untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1
2012-03-31vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi1-2/+2
2012-03-31ext3: move headers to fs/ext3/Al Viro20-124/+1344
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro4-10/+633
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro2-3/+0
2012-03-31pstore: trim pstore_get_inode()Al Viro1-18/+8
2012-03-31aio: take final put_ioctx() into callers of io_destroy()Al Viro1-6/+4
2012-03-31aio: merge aio_cancel_all() with wait_for_all_aios()Al Viro1-15/+7
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov1-3/+4
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds29-681/+916
2012-03-30Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-946/+1381
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds41-2225/+4362
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-55/+83
2012-03-29Revert "ext4: don't release page refs in ext4_end_bio()"Linus Torvalds1-4/+3
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds20-325/+1488
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+0
2012-03-29pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi1-1/+0
2012-03-29Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason1-12/+17
2012-03-29Btrfs: update to the right index of defragmentLiu Bo1-0/+3
2012-03-29Btrfs: do not bother to defrag an extent if it is a big real extentLiu Bo1-6/+3
2012-03-29Btrfs: add a check to decide if we should defrag the rangeLiu Bo1-1/+35
2012-03-29Btrfs: fix recursive defragment with autodefrag optionLiu Bo1-3/+5
2012-03-29Btrfs: fix the mismatch of page->mappingLiu Bo1-16/+19
2012-03-29Btrfs: fix race between direct io and autodefragLiu Bo1-1/+5
2012-03-29Btrfs: fix deadlock during allocating chunksLiu Bo1-0/+50
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo3-25/+13
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton4-5/+21
2012-03-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-3/+4
2012-03-28Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-21/+23
2012-03-28Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-24/+15
2012-03-28Btrfs: don't use crc items bigger than 4KBChris Mason1-1/+3
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason2-0/+4
2012-03-28Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason5-55/+75
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...Chris Mason4-139/+157
2012-03-28Merge branch 'error-handling' into for-linusChris Mason37-1018/+1973
2012-03-28btrfs: disallow unequal data/metadata blocksize for mixed block groupsDavid Sterba1-0/+8
2012-03-28Btrfs: enhance superblock sanity checksDavid Sterba1-5/+18
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-8/+20
2012-03-28fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton1-3/+3
2012-03-28fs: only send IPI to invalidate LRU BH when neededGilad Ben-Yossef1-1/+14
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli1-3/+2
2012-03-28procfs: fix /proc/statmKAMEZAWA Hiroyuki1-1/+1
2012-03-28nfsd4: use auth_unix unconditionally on backchannelJ. Bruce Fields1-1/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds26-23/+3
2012-03-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-76/+317
2012-03-28Remove all #inclusions of asm/system.hDavid Howells23-23/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells3-0/+3
2012-03-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-20/+2
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds24-1588/+1479
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-82/+163
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds8-167/+226
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2012-03-28vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse1-1/+2
2012-03-28nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton1-2/+1
2012-03-28nfsd4: memory corruption in numeric_name_to_id()Dan Carpenter1-1/+1
2012-03-27NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust1-5/+5
2012-03-27NFSv4.1: Fix layoutcommit error handlingTrond Myklebust1-12/+13
2012-03-27NFSv4: Fix two infinite loops in the mount codeTrond Myklebust1-2/+4
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+8
2012-03-27xfs: add lots of attribute trace pointsDave Chinner4-6/+144
2012-03-27xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2012-03-27xfs: fix fstrim offset calculationsDave Chinner3-24/+46
2012-03-27[CIFS] Update CIFS version number to 1.77Steve French1-1/+1
2012-03-27Btrfs: change scrub to support big blocksStefan Behrens1-340/+1013
2012-03-27Btrfs: minor cleanup in scrubStefan Behrens1-36/+25
2012-03-27Btrfs: introduce common define for max number of mirrorsStefan Behrens2-5/+7
2012-03-27CIFS: Add missed forcemand mount optionPavel Shilovsky1-2/+5
2012-03-27Btrfs: fix infinite loop in btrfs_shrink_device()Ilya Dryomov1-3/+2
2012-03-27Btrfs: fix memory leak in resolver codeIlya Dryomov1-6/+1
2012-03-27Btrfs: allow dup for data chunks in mixed modeIlya Dryomov1-4/+9
2012-03-27Btrfs: validate target profiles only if we are going to use themIlya Dryomov1-16/+11
2012-03-27Btrfs: improve the logic in btrfs_can_relocate()Ilya Dryomov1-6/+18
2012-03-27Btrfs: add __get_block_group_index() helperIlya Dryomov1-5/+12
2012-03-27Btrfs: add get_restripe_target() helperIlya Dryomov1-44/+50
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov3-30/+25
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov3-12/+17
2012-03-27Btrfs: add wrappers for working with alloc profilesIlya Dryomov3-30/+30
2012-03-27Btrfs: stop silently switching single chunks to raid0 on balanceIlya Dryomov1-3/+2
2012-03-27Btrfs: fix regression in scrub path resolvingJan Schmidt4-55/+73
2012-03-27Btrfs: check return value of btrfs_cow_block()Jan Schmidt1-2/+4
2012-03-27Btrfs: actually call btrfs_init_lockdepJan Schmidt1-0/+2
2012-03-26Merge branch 'for-3.4'Steve French11-944/+1376
2012-03-26Btrfs: deal with read errors on extent buffers differentlyJosef Bacik3-27/+66
2012-03-27mtd: unify initialization of erase_info->fail_addrShmulik Ladkani1-1/+0
2012-03-27jffs2: Standardize JFFS_<LEVEL> usesJoe Perches3-34/+13
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches23-38/+80
2012-03-27jffs2: Convert printks to pr_<level>Joe Perches17-264/+342
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-26xfs: Account log unmount transaction correctlyDave Chinner1-1/+2
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner4-4/+28
2012-03-26Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason1-4/+4
2012-03-26Btrfs: adjust the write_lock_level as we unlockChris Mason1-6/+17
2012-03-26Btrfs: loop waiting on writebackChris Mason1-5/+5
2012-03-26Btrfs: add the ability to cache a pointer into the ebChris Mason3-30/+116
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik4-209/+390
2012-03-26Btrfs: introduce mark_extent_buffer_accessedJosef Bacik1-2/+15
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik5-60/+201
2012-03-26Btrfs: only use the existing eb if it's count isn't 0Josef Bacik1-2/+8
2012-03-26Btrfs: set page->private to the ebJosef Bacik3-93/+91
2012-03-26Btrfs: 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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2-76/+1201
2012-03-23seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki1-10/+26
2012-03-23proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2-56/+84
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2-28/+60
2012-03-23proc: speed up /proc/stat handlingEric Dumazet1-2/+5
2012-03-23fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni1-2/+4
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+3
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-2/+25
2012-03-23fat: fix bug in enforcing Long File Name lengthNamjae Jeon1-1/+1
2012-03-23fat: clean up xlate_to_uni()Namjae Jeon1-47/+36
2012-03-23epoll: remove unneeded variable in reverse_path_check()Dan Carpenter1-2/+0
2012-03-23epoll: comment the funky #ifdefSteven Rostedt1-0/+25
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2-25/+33
2012-03-23fs/notify/notification.c: make subsys_initcall function staticH Hartley Sweeten1-2/+1
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar3-2/+5
2012-03-23[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-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2012-03-22vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds1-3/+3
2012-03-22vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds1-9/+4
2012-03-22fs: fix kernel-doc warnings in dcache.cRandy Dunlap1-1/+1
2012-03-22Fix full_name_hash() behaviour when length is a multiple of 8Al Viro1-1/+1
2012-03-22sysctl: protect poll() in entries that may go awayLucas De Marchi1-1/+16
2012-03-22xfs: introduce an allocation workqueueDave Chinner3-1/+54
2012-03-22xfs: Fix open flag handling in open_by_handle codeDave Chinner1-9/+5
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu2-5/+13
2012-03-22fs: xfs: fix section mismatch in linux-nextGerard Snitselaar1-1/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-191/+432
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder1-3/+8
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder1-0/+10
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-2/+4
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder1-6/+8
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder3-5/+56
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder1-11/+11
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder1-10/+10
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder1-13/+26
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder1-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder1-23/+20
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder1-3/+1
2012-03-22ceph: fix overflow check in build_snap_context()Xi Wang1-1/+1
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang1-5/+6