aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds27-135/+130
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-15/+23
2012-10-11vfs: bogus warnings in fs/namei.cArnd Bergmann1-0/+1
2012-10-11consitify do_mount() argumentsAl Viro1-6/+6
2012-10-11autofs4 - fix reset pending flag on mount failIan Kent1-2/+4
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-160/+188
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-681/+1922
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan1-1/+1
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins5-6/+27
2012-10-09vfs: drop lock/unlock superMarco Stornelli1-23/+0
2012-10-09ufs: drop lock/unlock superMarco Stornelli4-33/+35
2012-10-09sysv: drop lock/unlock superMarco Stornelli5-18/+20
2012-10-09hpfs: drop lock/unlock superMarco Stornelli1-3/+0
2012-10-09fat: drop lock/unlock superMarco Stornelli5-34/+36
2012-10-09ext3: drop lock/unlock superMarco Stornelli1-6/+0
2012-10-09exofs: drop lock/unlock superMarco Stornelli1-4/+0
2012-10-09dup3: Return an error when oldfd == newfd.Richard W.M. Jones1-0/+3
2012-10-09fs: prevent use after free in auditing when symlink following was deniedSasha Levin1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-7/+56
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-9/+10
2012-10-10Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6Linus Torvalds2-4/+8
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds38-1615/+3564
2012-10-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+37
2012-10-09hppfs: fix the return value of get_inode()Wei Yongjun1-1/+1
2012-10-09hostfs: drop vmtruncateMarco Stornelli1-3/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro4-5/+4
2012-10-09btrfs: init ref_index to zero in add_inode_refChris Mason1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse401-7965/+14234
2012-10-09Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferWang Sheng-Hui1-4/+0
2012-10-09Btrfs: fix page leakageJosef Bacik1-1/+1
2012-10-09Btrfs: do not warn_on when we cannot alloc a page for an extent bufferJosef Bacik1-3/+1
2012-10-09Btrfs: don't bug on enomem in readpageJosef Bacik1-4/+7
2012-10-09Btrfs: cleanup pages properly when ENOMEM in compressionJosef Bacik1-3/+10
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens6-19/+142
2012-10-09Btrfs: detect corrupted filesystem after write I/O errorsStefan Behrens1-2/+14
2012-10-09Btrfs: make compress and nodatacow mount options mutually exclusiveAndrei Popa1-1/+13
2012-10-09btrfs: fix message printingDaniel J Blueman3-11/+11
2012-10-09Btrfs: don't bother committing delayed inode updates when fsyncingJosef Bacik1-19/+65
2012-10-09btrfs: move inline function code to header fileRobin Dong2-14/+12
2012-10-09Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Tsutomu Itoh1-1/+1
2012-10-09btrfs: remove unused function btrfs_insert_some_items()Robin Dong1-143/+0
2012-10-09Btrfs: don't commit instead of overcommittingJosef Bacik1-28/+6
2012-10-09Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledTsutomu Itoh1-1/+2
2012-10-09Btrfs: be smarter about dropping things from the tree logJosef Bacik1-2/+13
2012-10-09Btrfs: don't lookup csums for prealloc extentsJosef Bacik1-2/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik8-16/+63
2012-10-09Btrfs: do not hold the file extent leaf locked when adding extent itemJosef Bacik1-3/+1
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik3-2/+35
2012-10-09btrfs: fix min csum item size warnings in 32bitZach Brown1-1/+2
2012-10-09Btrfs: run delayed refs first when out of spaceJosef Bacik1-10/+10
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie4-23/+49
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie3-42/+21
2012-10-09Btrfs: fix memory leak in start_transaction()Miao Xie1-1/+3
2012-10-09btrfs: extended inode ref iterationMark Fasheh2-37/+138
2012-10-09btrfs: extended inode refsMark Fasheh7-79/+710
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds23-148/+44
2012-10-09kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
2012-10-09fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()Yan Hong1-4/+3
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse2-6/+5
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse1-5/+8
2012-10-09rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse1-0/+1
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse1-3/+1
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-116/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov4-4/+4
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov1-1/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov12-7/+12
2012-10-09Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-2/+7
2012-10-09Fix F_DUPFD_CLOEXEC breakageAl Viro1-1/+1
2012-10-08btrfs: improved readablity for add_inode_refJan Schmidt1-81/+97
2012-10-08Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik1-6/+40
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba4-47/+80
2012-10-08Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie1-22/+35
2012-10-08Btrfs: fix off-by-one in file cloneLiu Bo1-9/+9
2012-10-08pnfsblock: cleanup nfs4_blkdev_getPeng Tao2-21/+5
2012-10-08NFS41: send real read size in layoutgetPeng Tao1-1/+9
2012-10-08NFS41: send real write size in layoutgetPeng Tao6-7/+57
2012-10-08NFS: track direct IO left bytesPeng Tao1-0/+5
2012-10-09exec: make de_thread() killableOleg Nesterov1-2/+14
2012-10-07cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-07Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-07[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French1-0/+6
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-27/+46
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds22-775/+1353
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds5-15/+125
2012-10-05NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked()Trond Myklebust1-11/+14
2012-10-06omfs: convert to use beXX_add_cpu()Wei Yongjun1-3/+2
2012-10-06fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat1-1/+1
2012-10-06proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi1-2/+1
2012-10-06proc: use kzalloc instead of kmalloc and memsetyan1-7/+6
2012-10-06proc: no need to initialize proc_inode->fd in proc_get_inode()yan1-1/+0
2012-10-06proc: return -ENOMEM when inode allocation failedyan1-1/+1
2012-10-06coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko2-4/+107
2012-10-06coredump: add a new elf note with siginfo of the signalDenys Vlasenko2-2/+31
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko5-17/+17
2012-10-06coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2-2/+2
2012-10-06coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov1-3/+7
2012-10-06coredump: update coredump-related headersAlex Kelly3-0/+9
2012-10-06coredump: make core dump functionality optionalAlex Kelly3-26/+37
2012-10-06fat: simplify writeback_inode()Namjae Jeon1-9/+5
2012-10-06fat: no need to reset EOF in ent_put for FAT32Namjae Jeon1-3/+0
2012-10-06fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop1-4/+6
2012-10-06fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop1-9/+14
2012-10-06fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop1-7/+0
2012-10-06fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop1-4/+6
2012-10-06fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop1-36/+36
2012-10-06fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop1-3/+3
2012-10-06fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop1-1/+1
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani6-137/+141
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani4-131/+174
2012-10-06fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon1-4/+2
2012-10-06hpfs: convert to use leXX_add_cpu()Wei Yongjun2-17/+17
2012-10-06binfmt_elf: Uninitialized variableAlan Cox1-1/+1
2012-10-06epoll: support for disabling items, and a self-test appPaton J. Lewis1-3/+35
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov6-13/+19
2012-10-04NFSv4.1: Ensure that the layout sequence id stays 'close' to the currentTrond Myklebust1-13/+8
2012-10-04NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close codeTrond Myklebust1-1/+1
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-51/+136
2012-10-04btrfs: allow setting NOCOW for a zero sized file via ioctlDavid Sterba1-4/+27
2012-10-04Btrfs: fix punch hole when no extent existsJosef Bacik1-1/+3
2012-10-04Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fsJosef Bacik1-6/+0
2012-10-04Btrfs: remove unused write cache pages hookJosef Bacik1-47/+0
2012-10-04Btrfs: fix race when getting the eb out of page->privateJosef Bacik1-4/+19
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik3-5/+20
2012-10-04Btrfs: fix race with freeze and free space inodesJosef Bacik1-2/+11
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo6-18/+7
2012-10-04Btrfs: cleanup fs_info->hashersLiu Bo2-2/+0
2012-10-04Btrfs: cleanup for duplicated code in find_free_extentLiu Bo1-4/+0
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik3-10/+18
2012-10-04btrfs: return EPERM upon rmdir on a subvolumeDavid Sterba1-2/+3
2012-10-04Btrfs: using for_each_set_bit_from to simplify the codeWei Yongjun1-6/+2
2012-10-04Btrfs: write_buf is now callable outside send.cAnand Jain2-5/+7
2012-10-04Btrfs: remove unnecessary code in btree_get_extent()Tsutomu Itoh1-7/+1
2012-10-04Btrfs: cleanup of error processing in btree_get_extent()Tsutomu Itoh1-9/+5
2012-10-03NFSv4 set open access operation call flag in nfs4_init_opendata_resAndy Adamson1-1/+1
2012-10-03ore: signedness bug in _sp2d_min_pg()Dan Carpenter1-1/+1
2012-10-03NFSv4.1: Remove the dependency on CONFIG_EXPERIMENTALTrond Myklebust1-2/+2
2012-10-03ceph: avoid 32-bit page index overflowAlex Elder1-6/+5
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil1-2/+6
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds10-27/+373
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds3-3/+7
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds20-578/+451
2012-10-02Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-80/+447
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds94-2092/+2486
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas3-2/+26
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov47-6/+240
2012-10-02btrfs: reada_extent doesn't need kref for refcountAl Viro1-11/+7
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly3-645/+688
2012-10-02NFSv4 reduce attribute requests for open reclaimAndy Adamson2-27/+89
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-10-02NFSv4: nfs4_open_done first must check that GETATTR decoded a file typeTrond Myklebust1-1/+3
2012-10-02NFSv4.1: Deal with wraparound when updating the layout "barrier" seqidTrond Myklebust1-4/+7
2012-10-02NFSv4.1: Deal with wraparound issues when updating the layout stateidTrond Myklebust1-1/+10
2012-10-02NFSv4.1: Always set the layout stateid if this is the first layoutgetTrond Myklebust1-3/+5
2012-10-02NFSv4.1: Fix another refcount issue in pnfs_find_alloc_layoutTrond Myklebust1-7/+8
2012-10-02NFSv4: don't put ACCESS in OPEN compound if O_EXCLWeston Andros Adamson2-7/+17
2012-10-02NFSv4: don't check MAY_WRITE access bit in OPENWeston Andros Adamson1-3/+3
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2012-10-02NFS: Set key construction data for the legacy upcallBryan Schumaker1-0/+1
2012-10-02NFSv4.1: don't do two EXCHANGE_IDs on mountWeston Andros Adamson1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds108-528/+1011
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+180
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds12-34/+17
2012-10-02NFS: nfs41_walk_client_list(): re-lock before iteratingChuck Lever1-0/+1
2012-10-02NFSv4.1: Handle BAD_STATEID and EXPIRED errors in layoutgetTrond Myklebust1-8/+26
2012-10-02NFSv4.1: bl_pg_init_write should be staticTrond Myklebust1-1/+1
2012-10-02nfs: include internal.h in getroot.hStanislav Kinsbursky1-0/+2
2012-10-02nfs: include nfs4_fh.h in nfs4sysctl.cStanislav Kinsbursky1-0/+1
2012-10-02nfs: declare nfs_xdev_mount as staticStanislav Kinsbursky1-1/+1
2012-10-02nfs: declare nfs_callback_tcp_port in headerStanislav Kinsbursky1-0/+1
2012-10-02nfs: include NFSv4 header in netns.hStanislav Kinsbursky1-0/+1
2012-10-01NFSv4.0 reclaim reboot state when re-establishing clientidAndy Adamson1-2/+6
2012-10-01NFSv4: nfs4_match_clientids is only used by NFSv4.1Trond Myklebust1-15/+15
2012-10-01NFSv4: Fix the minor version callback channel startupTrond Myklebust1-14/+13
2012-10-01NFSv4: Fix up a merge conflict between migration and container changesTrond Myklebust1-2/+3
2012-10-01Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-34/+70
2012-10-01nfs: replace strict_strto* with kstrto*Daniel Walter2-4/+4
2012-10-01NFS: Remove unnecessary semicolons (fs/nfs/client.c)Yanchuan Nian1-2/+2
2012-10-01pnfsblock: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-10-01pnfsblock: fix non-aligned DIO writePeng Tao1-3/+31
2012-10-01pnfsblock: fix non-aligned DIO readPeng Tao1-8/+56
2012-10-01pnfsblock: fix partial page buffer wirtePeng Tao2-12/+166
2012-10-01Revert "pnfsblock: bail out partial page IO"Peng Tao1-36/+3
2012-10-01NFS41: fix error of setting blocklayoutdriverPeng Tao2-2/+4
2012-10-01NFSv41: fix DIO write_io calculationPeng Tao1-2/+2
2012-10-01NFS: Add nfs4_unique_id boot parameterChuck Lever3-1/+13
2012-10-01NFS: Discover NFSv4 server trunking when mountingChuck Lever6-2/+454
2012-10-01NFS: Use the same nfs_client_id4 for every serverChuck Lever1-12/+39
2012-10-01NFS: Introduce "migration" mount optionChuck Lever2-0/+22
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever2-24/+3
2012-10-01NFS: Slow down state manager after an unhandled errorChuck Lever1-0/+1
2012-10-01NFS: nfs_parsed_mount_options can use unsigned intChuck Lever1-4/+4
2012-10-01lockd: create and use per-net NSM RPC clients on MON/UNMON requestsStanislav Kinsbursky1-17/+20
2012-10-01lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky1-1/+3
2012-10-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds32-1547/+4884
2012-10-01lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky3-2/+54
2012-10-01NFS: add debug messages to callback down functionStanislav Kinsbursky1-0/+2
2012-10-01NFS: callback per-net usage counting introducedStanislav Kinsbursky2-2/+18