aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-49/+36
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-259/+663
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-2/+11
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+5
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds4-78/+90
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+4
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-03-30Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-77/+134
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-03-30switch mnt_hash to hlistAl Viro4-50/+61
2014-03-30don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-30keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-30resizable namespace.c hashesAl Viro2-24/+59
2014-03-28ocfs2: check if cluster name exists before derefSasha Levin1-1/+3
2014-03-27vfs: Allocate anon_inode_inode in anon_inode_init()Jan Kara1-22/+8
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman1-0/+92
2014-03-25fs: remove now stale label in anon_inode_init()Linus Torvalds1-1/+0
2014-03-25fs: Avoid userspace mounting anon_inodefs filesystemJan Kara1-3/+0
2014-03-25Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2014-03-23rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro1-16/+13
2014-03-23make prepend_name() work correctly when called with negative *buflenAl Viro1-2/+2
2014-03-23vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers1-15/+4
2014-03-23vfs: atomic f_pos access in llseek()Eric Biggers1-2/+2
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2-2/+2
2014-03-11Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-19/+36
2014-03-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds5-2/+56
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov4-2/+55
2014-03-10fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev1-0/+1
2014-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-32/+79
2014-03-10Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner1-0/+1
2014-03-10get rid of fget_light()Al Viro2-28/+44
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds4-15/+46
2014-03-10ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-09Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-29/+30
2014-03-08kernfs: cache atomic_write_len in kernfs_open_fileTejun Heo1-31/+32
2014-03-08kernfs: fix off by one error.Richard Cochran1-1/+1
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2014-03-07afs: don't use PREPARE_WORKTejun Heo2-2/+11
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2-28/+21
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2-40/+39
2014-03-06fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens1-8/+28
2014-03-05Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming53-881/+608
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust1-3/+6
2014-03-05NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson1-4/+6
2014-03-05NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust1-11/+3
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-04efivarfs: 'efivarfs_file_write' function reorganizationGeyslan G. Bem1-9/+4
2014-03-04hfsplus: fix remount issueVyacheslav Dubeyko1-1/+1
2014-03-04ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-03-04mm: close PageTail raceDavid Rientjes1-3/+2
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens1-2/+2
2014-03-04binfmt_elf: add ELF_HWCAP2 to compat auxv entriesArd Biesheuvel1-0/+5
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman53-881/+608
2014-03-02NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-02Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+10
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-5/+5
2014-02-28cifs: mask off top byte in get_rfc1002_length()Jeff Layton1-1/+1
2014-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+1
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds15-51/+100
2014-02-25sysfs: fix namespace refcnt leakLi Zefan2-3/+10
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara4-3/+34
2014-02-25fanotify: Handle overflow in case of permission eventsJan Kara2-6/+14
2014-02-25fsnotify: Fix detection whether overflow event is queuedJan Kara1-1/+5
2014-02-23cifs: sanity check length of data to send before sendingJeff Layton1-0/+29
2014-02-23CIFS: Fix wrong pos argument of cifs_find_lock_conflictPavel Shilovsky1-18/+6
2014-02-22Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-26/+43
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara3-32/+18
2014-02-21bio-integrity: Drop bio_integrity_verify BUG_ON in post bip->bip_iter worldNicholas Bellinger1-4/+1
2014-02-21fs/bio-integrity: remove duplicate codeGu Zheng1-49/+37
2014-02-20quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2014-02-20udf: Fix data corruption on file type conversionJan Kara2-2/+13
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2014-02-19Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-15/+35
2014-02-19NFS fix error return in nfs4_select_rw_stateidAndy Adamson1-1/+4
2014-02-19xfs: limit superblock corruption errors to actual corruptionEric Sandeen1-3/+2
2014-02-19xfs: skip verification on initial "guess" superblock readEric Sandeen2-10/+17
2014-02-19xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sbEric Sandeen1-1/+1
2014-02-18Merge tag 'jfs-3.14-rc4' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-0/+2
2014-02-18bio: don't write "bio: create slab" messages to syslogMikulas Patocka1-1/+0
2014-02-18Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-23/+43
2014-02-18nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima1-0/+1
2014-02-18Merge 3.14-rc3 into driver-core-nextGreg Kroah-Hartman26-97/+232
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara6-6/+7
2014-02-17jbd2: fix use after free in jbd2_journal_start_reserved()Dan Carpenter1-2/+4
2014-02-17fs: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney1-1/+1
2014-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-35/+93
2014-02-17Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-28/+78
2014-02-17FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells2-0/+8
2014-02-17reiserfs: fix utterly brain-damaged indentation.Dave Jones1-700/+195
2014-02-17ceph: fix __dcache_readdir()Yan, Zheng1-1/+9
2014-02-17ceph: add acl, noacl options for cephfs mountSage Weil1-4/+28
2014-02-17ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2-6/+6
2014-02-17ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng2-5/+9
2014-02-17ceph: fix ceph_set_acl()Yan, Zheng1-5/+1
2014-02-17ceph: fix ceph_removexattr()Yan, Zheng1-1/+1
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng1-2/+14
2014-02-17ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng1-12/+26
2014-02-17NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust3-10/+12
2014-02-16ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o1-0/+2
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-22/+28
2014-02-15ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o1-1/+1
2014-02-15ext4: fix online resize with very large inode tablesTheodore Ts'o1-12/+20
2014-02-15sysfs: create bin_attributes under the requested groupCody P Schafer1-2/+5
2014-02-15Btrfs: use right clone root offset for compressed extentsFilipe David Borba Manana1-0/+10
2014-02-15btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105Anand Jain1-2/+8
2014-02-14CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky3-11/+10
2014-02-14cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-02-14kernfs: fix kernfs_node_from_dentry()Li Zefan3-2/+3
2014-02-14Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik2-2/+9
2014-02-14Btrfs: fix max_inline mount optionMitch Harder1-1/+1
2014-02-14Btrfs: fix a lockdep warning when cleaning up aborted transactionLiu Bo1-1/+0
2014-02-14Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason1-16/+0
2014-02-14Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-6/+11
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+21
2014-02-13jfs: set i_ctime when setting ACLDave Kleikamp1-0/+2
2014-02-13lockd: send correct lock when granting a delayed lock.NeilBrown1-0/+8
2014-02-12ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o1-7/+13
2014-02-12ext4: fix error paths in swap_inode_boot_loader() Zheng Liu1-1/+2
2014-02-12ext4: fix xfstest generic/299 block validity failuresEric Whitney1-0/+1
2014-02-11nfsd4: fix acl buffer overrunJ. Bruce Fields1-6/+3
2014-02-11block: Fix cloning of discard/write same biosKent Overstreet1-5/+10
2014-02-10Merge branch 'master' into driver-core-next-test-merge-rc2Tejun Heo26-113/+217
2014-02-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds6-23/+81
2014-02-10ocfs2: check existence of old dentry in ocfs2_link()Xue jiufei1-0/+17
2014-02-10ocfs2: update inode size after zeroing the holeJunxiao Bi1-8/+32
2014-02-10ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu2-8/+3
2014-02-10mm: fix page leak at nfs_symlink()Rafael Aquini1-0/+5
2014-02-10ocfs2: fix ocfs2_sync_file() if filesystem is readonlyYounger Liu1-0/+3
2014-02-10fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmemEric W. Biederman1-1/+1
2014-02-10vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson1-6/+20
2014-02-10kernfs: fix hash calculation in kernfs_rename_ns()Tejun Heo1-1/+1
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French7-14/+34
2014-02-10Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-39/+91
2014-02-10NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust2-4/+19
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-22/+5
2014-02-10xfs: ensure correct log item buffer alignmentDave Chinner1-4/+15
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig1-8/+8
2014-02-09fs: Mark function as static in fs/bio-integrity.cRashika Kheria1-1/+2
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro5-22/+5
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-8/+9
2014-02-08Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-02-08Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik1-0/+1
2014-02-08btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba1-1/+1
2014-02-08btrfs: commit transaction after setting label and featuresJeff Mahoney1-2/+2
2014-02-08Btrfs: fix assert screwup for the pending move stuffJosef Bacik1-5/+3
2014-02-08Merge tag 'jfs-3.14-rc2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-7/+7
2014-02-08jfs: fix generic posix ACL regressionDave Kleikamp1-7/+7
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French6-19/+33
2014-02-07cifs: use a flexarray in cifs_writedataJeff Layton2-8/+2
2014-02-07kernfs: add CONFIG_KERNFSTejun Heo4-1/+11
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2-41/+178
2014-02-07kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo2-0/+32
2014-02-07kernfs: implement kernfs_ops->atomic_write_lenTejun Heo1-18/+31
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo2-8/+65
2014-02-07kernfs: add missing kernfs_active() checks in directory operationsTejun Heo1-5/+6
2014-02-07kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo1-0/+23
2014-02-07kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo1-12/+13
2014-02-07kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo1-3/+30
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-92/+0
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2-1/+160
2014-02-07kernfs: remove KERNFS_REMOVEDTejun Heo2-32/+37
2014-02-07kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo1-7/+13
2014-02-07kernfs: remove kernfs_addrm_cxtTejun Heo4-104/+28
2014-02-07kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo1-4/+6
2014-02-07kernfs: restructure removal path to fix possible premature returnTejun Heo1-61/+68
2014-02-07kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo1-18/+13
2014-02-07kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo1-4/+8
2014-02-07Merge tag 'driver-core-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8
2014-02-07block: Fix nr_vecs for inline integrity vectorsMartin K. Petersen1-1/+9
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French4-8/+43
2014-02-07Add protocol specific operation for CIFS xattrsSteve French2-4/+13
2014-02-06mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro1-2/+4
2014-02-06ocfs2: free allocated clusters if error occurs after ocfs2_claim_clustersZongxun Wang3-3/+83
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds2-24/+51
2014-02-05kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo1-4/+8
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-8/+8
2014-02-04Merge tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-39/+50
2014-02-03Merge branch 'acl_fixes' into linux-nextTrond Myklebust2-28/+24
2014-02-03fs: get_acl() must be allowed to return EOPNOTSUPPTrond Myklebust1-6/+12
2014-02-03nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo1-0/+1
2014-02-03NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust1-2/+11
2014-02-03NFSv3: Remove unused function nfs3_proc_set_default_aclTrond Myklebust1-19/+0
2014-02-03Btrfs: use late_initcall instead of module_initFilipe David Borba Manana1-1/+1
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana3-6/+6
2014-02-03Btrfs: disable snapshot aware defrag for nowJosef Bacik1-1/+1
2014-02-02hpfs: optimize quad buffer loadingMikulas Patocka1-46/+50
2014-02-02hpfs: remember free spaceMikulas Patocka3-10/+87
2014-02-01NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueueTrond Myklebust3-7/+22
2014-02-01NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust1-4/+4
2014-02-01afs: proc cells and rootcell are writeablePali Rohár1-2/+2
2014-02-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-420/+553
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-50/+25
2014-01-31nfs: fix setting of ACLs on file creation.Noah Massey1-1/+1
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-35/+84
2014-01-31Fix mountpoint reference leakage in linkatOleg Drokin1-1/+4
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig4-47/+19
2014-01-31fs/super.c: sync ro remount after blocking writersAndrew Ruder1-1/+2
2014-01-31vfs: unexport the getname() symbolJeff Layton1-1/+0