aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-12-04Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+4
2013-12-02vfs: fix subtle use-after-free of pipe_inode_infoLinus Torvalds1-20/+19
2013-11-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2013-11-29fix bogus path_put() of nd->root after some unlazy_walk() failuresAl Viro1-2/+1
2013-11-28Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-24/+189
2013-11-27Merge tag 'driver-core-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+20
2013-11-27remove obsolete references to powertweakDave Jones1-1/+1
2013-11-27Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()"Greg Kroah-Hartman1-9/+0
2013-11-26Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-41/+121
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French1-2/+4
2013-11-24Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher1-1/+4
2013-11-23ceph: allocate non-zero page to fscache in readpage()Li Wang1-1/+1
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng1-1/+2
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng1-1/+4
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng3-4/+26
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng1-5/+18
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng3-21/+14
2013-11-23sysfs: use a separate locking class for open files depending on mmapTejun Heo1-2/+20
2013-11-23sysfs: handle duplicate removal attempts in sysfs_remove_group()Mika Westerberg1-0/+9
2013-11-22Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+2
2013-11-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-83/+51
2013-11-22Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-75/+101
2013-11-22Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds2-2/+6
2013-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-54/+53
2013-11-22Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-23/+43
2013-11-21Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-2/+14
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-8/+12
2013-11-21configfs: fix race between dentry put and lookupJunxiao Bi1-2/+14
2013-11-21GFS2: Fix ref count bug relating to atomic_openSteven Whitehouse1-1/+4
2013-11-21GFS2: fix potential NULL pointer dereferenceMichal Nazarewicz1-1/+2
2013-11-20btrfs: update kconfig help textDavid Sterba1-5/+10
2013-11-20btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita1-1/+1
2013-11-20btrfs: Use trace condition for get_extent tracepointSteven Rostedt1-2/+1
2013-11-20btrfs: fix typo in the log messageAnand Jain1-1/+1
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listMiao Xie1-0/+1
2013-11-20Btrfs: print bytenr instead of page pointer in check-intStefan Behrens1-8/+17
2013-11-20Btrfs: remove dead codes from ctree.hWang Shilong1-6/+0
2013-11-20Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana1-1/+1
2013-11-20Btrfs: fix lockdep error in async commitLiu Bo1-2/+2
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo1-20/+1
2013-11-20Btrfs: fix __btrfs_start_workers retvalIlya Dryomov1-0/+1
2013-11-20Btrfs: disable online raid-repair on ro mountsIlya Dryomov1-3/+8
2013-11-20Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov1-2/+4
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik1-1/+1
2013-11-20Btrfs: make sure to copy everything if we renameJosef Bacik1-1/+2
2013-11-20Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik1-1/+2
2013-11-20Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-243/+1145
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-164/+52
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-11-19Check SMB3 dialects against downgrade attacksSteve French6-4/+90
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher1-4/+3
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher5-1/+336
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher4-71/+118
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher13-67/+163
2013-11-20Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher3-20/+145
2013-11-20squashfs: Enhance parallel I/OMinchan Kim3-1/+221
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher11-136/+216
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+20
2013-11-19nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields1-1/+2
2013-11-19aio: nullify aio->ring_pages after freeing itSasha Levin1-1/+3
2013-11-19aio: prevent double free in ioctx_allocSasha Levin1-1/+0
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-8/+7
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+1
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg1-2/+15
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-4/+6
2013-11-18seq_file: always clear m->count when we free m->bufAl Viro1-1/+2
2013-11-18Removed duplicated (and unneeded) gotoSteve French1-4/+2
2013-11-18CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large filesSteve French2-14/+93
2013-11-18bio: fix argument of __bio_add_page() for max_sectors > 0xffffAkinobu Mita1-1/+1
2013-11-18nfsd: make sure to balance get/put_write_accessChristoph Hellwig1-14/+15
2013-11-18nfsd: split up nfsd_setattrChristoph Hellwig1-60/+84
2013-11-18xfs: open code inc_inode_iversion when logging an inodeDave Chinner1-3/+5
2013-11-18xfs: increase inode cluster size for v5 filesystemsDave Chinner3-3/+17
2013-11-18xfs: fix unlock in xfs_bmap_add_attrforkMark Tinguely1-17/+21
2013-11-16Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds17-74/+358
2013-11-16Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-5/+10
2013-11-16Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-77/+115
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-11/+11
2013-11-15[CIFS] Warn if SMB3 encryption required by serverSteve French2-0/+20
2013-11-15fold try_to_ascend() into the sole remaining callerAl Viro1-31/+18
2013-11-15dcache.c: get rid of pointless macrosAl Viro1-4/+2
2013-11-15take read_seqbegin_or_lock() and friends to seqlock.hAl Viro1-29/+0
2013-11-15consolidate simple ->d_delete() instancesAl Viro7-78/+13
2013-11-15gfs2: endianness misannotationsAl Viro3-19/+16
2013-11-15dump_emit(): use __kernel_write(), not vfs_write()Al Viro1-1/+1
2013-11-15dump_align(): fix the dumb brainoAl Viro1-2/+2
2013-11-15setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2013-11-15[CIFS] Set copychunk defaultsSteve French2-1/+12
2013-11-15nfs: fix pnfs Kconfig defaultsChristoph Hellwig1-3/+3
2013-11-15NFS: correctly report misuse of "migration" mount option.NeilBrown1-1/+1
2013-11-15btrfs: get rid of fdentry()Al Viro2-9/+4
2013-11-15btrfs: fix empty_zero_page misusageChris Mason1-2/+7
2013-11-15Merge branch 'akpm' (patch-bomb from Andrew Morton)Linus Torvalds10-55/+56
2013-11-15hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()Geert Uytterhoeven1-3/+6
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang3-4/+4
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa4-40/+21
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa1-0/+15
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-1/+1
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov1-6/+7
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-1/+2
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds48-973/+2600
2013-11-14nfsd: export proper maximum file size to the clientChristoph Hellwig1-1/+1
2013-11-14eCryptfs: file->private_data is always validTyler Hicks1-6/+2
2013-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds11-127/+168
2013-11-14Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds116-4681/+5209
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+3
2013-11-14CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French4-1/+210
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+4
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+49
2013-11-13nfs: don't retry detect_trunking with RPC_AUTH_UNIX more than onceJeff Layton1-1/+6
2013-11-13nfsd4: improve write performance with better sendspace reservationsJ. Bruce Fields1-0/+31
2013-11-13prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro1-3/+6
2013-11-13fix unpaired rcu lock in prepend_path()Li Zhong1-0/+4
2013-11-13locks: missing unlock on error in generic_add_lease()Dan Carpenter1-0/+1
2013-11-13aio: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds37-206/+601
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds103-1944/+1731
2013-11-13Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-3/+1
2013-11-13Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-7/+10
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-27/+340
2013-11-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-13/+48
2013-11-13Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds17-412/+593
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-0/+6
2013-11-13kcore: add Kconfig help textRandy Dunlap1-0/+4
2013-11-13procfs: clean up proc_reg_get_unmapped_area for 80-column limitHATAYAMA Daisuke1-6/+10
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko3-2/+151
2013-11-13hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko2-0/+68
2013-11-13hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko2-0/+113
2013-11-13fs/hfs/btree.h: remove duplicate definesMichael Opdenacker2-9/+4
2013-11-13epoll: do not take global 'epmutex' for simple topologiesJason Baron1-26/+69
2013-11-13epoll: optimize EPOLL_CTL_DEL using rcuJason Baron1-24/+32
2013-11-13debugfs: use list_next_entry() in debugfs_remove_recursive()Oleg Nesterov1-2/+1
2013-11-13cramfs: mark as obsoleteMichael Opdenacker1-1/+4
2013-11-13mm: factor commit limit calculationJerome Marchand1-4/+1
2013-11-13writeback: do not sync data dirtied after sync startJan Kara3-18/+32
2013-11-13/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineNaoya Horiguchi1-0/+3
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes1-8/+6
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu1-2/+1
2013-11-13ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara1-17/+2
2013-11-13ocfs2: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-4/+4
2013-11-13ocfs2: fix possible double free in ocfs2_write_begin_nolockXue jiufei1-2/+6
2013-11-13ocfs2: add missing errno in ocfs2_ioctl_move_extents()Younger Liu1-2/+6
2013-11-13ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()Younger Liu1-3/+6
2013-11-13ocfs2: rollback transaction in ocfs2_group_add()Younger Liu1-0/+3
2013-11-13ocfs2: break useless while loopJunxiao Bi1-1/+3
2013-11-13ocfs2: use find_last_bit()Akinobu Mita1-16/+2
2013-11-13ocfs2: delay migration when the lockres is in migration stateXue jiufei1-0/+4
2013-11-13ocfs2: skip locks in the blocked listXue jiufei1-0/+7
2013-11-13ocfs2: use bitmap_weight()Akinobu Mita1-15/+7
2013-11-13ocfs2: don't spam on -EDQUOTJoel Becker1-1/+2
2013-11-13ocfs2: add necessary check in case sb_getblk() failsRui Xiang2-0/+11
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang9-16/+18
2013-11-13fs/ocfs2/file.c: fix wrong commentJunxiao Bi1-1/+1
2013-11-13fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues7-29/+16
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-11-11ext4: add prototypes for macro-generated functionsAndreas Dilger1-0/+11
2013-11-11ext4: return non-zero st_blocks for inline dataAndreas Dilger1-3/+11
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie7-9/+7
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie8-18/+31
2013-11-11Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie1-2/+12
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie1-0/+6
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie1-9/+16
2013-11-11Btrfs: wait for the ordered extent only when we wantMiao Xie1-1/+2
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie1-4/+3
2013-11-11Btrfs: avoid unnecessary scrub workers allocationWang Shilong1-13/+10
2013-11-11Btrfs: check file extent type before anything elseJosef Bacik1-5/+5
2013-11-11btrfs: Remove useless variable in write_ctree_super()Rashika1-4/+1
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana9-19/+19
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana4-5/+5
2013-11-11btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana1-4/+4
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana14-70/+28
2013-11-11btrfs: Remove redundant local zero structureDulshani Gunawardhana1-3/+2
2013-11-11btrfs: Pack struct btrfs_deviceDulshani Gunawardhana1-10/+10
2013-11-11btrfs: Replace multiple atomic_inc() with atomic_add()Rashika1-4/+4
2013-11-11btrfs: Add helper function for free_root_pointers()Rashika1-41/+19
2013-11-11Btrfs: fix a crash when running balance and defrag concurrentlyLiu Bo1-0/+3
2013-11-11Btrfs: do not run snapshot-aware defragment on errorLiu Bo1-19/+28
2013-11-11Btrfs: log recovery, don't unlink inode always on errorFilipe David Borba Manana1-1/+4
2013-11-11Btrfs: fix csum search offset/length calculation in log treeFilipe David Borba Manana1-7/+7
2013-11-11Btrfs: fix verification of dir_itemFilipe David Borba Manana1-2/+4
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong5-20/+8
2013-11-11Btrfs: use 'u64' rather than 'int' to get extent's generationWang Shilong1-1/+1
2013-11-11Btrfs: fix the free space write out failure when there is no data spaceMiao Xie1-3/+12
2013-11-11Btrfs: stop committing the transaction so much during relocateJosef Bacik1-20/+13
2013-11-11Btrfs: make sure the delalloc workers actually flush compressed writesJosef Bacik1-6/+12
2013-11-11Btrfs: take ordered root lock when removing ordered operations inodeJosef Bacik1-0/+2
2013-11-11Btrfs: don't abort transaction in run_delalloc_nocowJosef Bacik1-15/+5
2013-11-11Btrfs: do not bug_on if we try to cow a free space cache inodeJosef Bacik1-1/+4
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik6-41/+78
2013-11-11Btrfs: stop using vfs_read in sendJosef Bacik1-103/+72
2013-11-11Btrfs: check_int, remove warning for mixed-modeStefan Behrens1-4/+5
2013-11-11Btrfs: fix check_int 'leaf item out of bounce' regressionStefan Behrens1-1/+1
2013-11-11Btrfs: optimize extent item search in run_delayed_extent_opFilipe David Borba Manana1-7/+20
2013-11-11btrfs: add tracing for failed reservationsJeff Mahoney1-0/+7
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown14-26/+6
2013-11-11btrfs: remove move_pages()Zach Brown1-18/+1
2013-11-11btrfs: use get_seconds() instead of btrfs wrapperZach Brown1-12/+4