aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-04-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...HEADmasterLinus Torvalds3-40/+15
2012-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-46/+36
2012-04-17Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-62/+20
2012-04-16ext4: fix handling of journalled quota optionsTheodore Ts'o1-17/+15
2012-04-16ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o3-23/+0
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-21/+40
2012-04-13lockd: fix the endianness bugAl Viro2-2/+2
2012-04-13ocfs2: ->e_leaf_clusters endianness breakageAl Viro1-2/+2
2012-04-13ocfs2: ->rl_count endianness breakageAl Viro1-1/+1
2012-04-13ocfs: ->rl_used breakage on big-endianAl Viro1-4/+4
2012-04-13ocfs2: ->l_next_free_req breakage on big-endianAl Viro2-3/+3
2012-04-13btrfs: btrfs_root_readonly() broken on big-endianAl Viro1-1/+1
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu1-1/+1
2012-04-13ext4: fix endianness breakage in ext4_split_extent_at()Al Viro1-1/+1
2012-04-13nfsd: fix compose_entry_fh() failure exitsAl Viro1-14/+8
2012-04-13nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Al Viro1-1/+1
2012-04-13nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro1-1/+1
2012-04-13nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro1-14/+9
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik2-10/+3
2012-04-12Merge tag 'driver-core-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+9
2012-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+28
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones1-4/+5
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh3-0/+10
2012-04-12Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov1-3/+2
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo1-2/+18
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureChris Mason1-1/+1
2012-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Chris Mason1-1/+1
2012-04-11Cleanup handling of NULL value passed for a mount optionSachin Prabhu1-61/+19
2012-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds7-13/+41
2012-04-10sysfs: handle 'parent deleted before child added'Dan Williams1-0/+3
2012-04-10sysfs: Prevent crash on unset sysfs group attributesBruno Prémont1-1/+5
2012-04-10GFS2: Allow caching of rindex glockBob Peterson1-2/+2
2012-04-09sysfs: Update the name hash for an entry after changing the namespaceTom Goff1-1/+1
2012-04-09dentry leak in simple_fill_super() failure exitAl Viro1-0/+1
2012-04-06Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds1-32/+3
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+4
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-40/+49
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd3-26/+5
2012-04-05libfs: add simple_open()Stephen Boyd1-0/+8
2012-04-05hugetlbfs: remove unregister_filesystem() when initializing moduleHillf Danton1-1/+0
2012-04-05fs/xattr.c:setxattr(): improve handling of allocation failuresAndrew Morton1-4/+17
2012-04-05fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failedAndrew Morton1-4/+13
2012-04-05fs/xattr.c: suppress page allocation failure warnings from sys_listxattr()Dave Jones1-1/+1
2012-04-05proc: fix mount -t proc -o AAAVasiliy Kulikov1-4/+5
2012-04-05GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson5-6/+36
2012-04-04Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-25/+32
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2012-04-03Fix UNC parsing on mountSachin Prabhu1-7/+7
2012-04-03Remove unnecessary check for NULL in password parserSachin Prabhu1-2/+1
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2-2/+11
2012-04-01Revert "CIFS: Fix VFS lock usage for oplocked files"Steve French1-52/+4
2012-03-31cifs: writing past end of struct in cifs_convert_address()Dan Carpenter1-2/+1
2012-03-31cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton1-12/+12
2012-03-31CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-4/+52
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-30proc: stats: Use arch_idle_time for idle and iowait times if availableMartin Schwidefsky1-6/+28
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-26GFS2: use depends instead of select in kconfigBenjamin Poirier1-5/+2
2012-03-26GFS2: put glock reference in error patch of read_rindex_entryBob Peterson1-0/+1
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