summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: debugfs: remove trailing whitespaceRahul Bedarkar2014-07-092-4/+4
* kernfs: kernel-doc warning fixFabian Frederick2014-07-091-1/+1
* debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt2014-07-091-7/+26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-0413-47/+108
|\
| * Btrfs: fix crash when starting transactionFilipe Manana2014-07-031-0/+1
| * Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik2014-07-031-4/+5
| * Btrfs: fix race of using total_bytes_pinnedLiu Bo2014-07-031-4/+1
| * btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba2014-07-031-1/+1
| * btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba2014-07-031-5/+0
| * Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana2014-07-031-11/+9
| * btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain2014-07-031-0/+2
| * btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain2014-07-031-5/+7
| * btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen2014-07-031-1/+2
| * Btrfs: fix race between balance recovery and root deletionWang Shilong2014-07-032-0/+4
| * Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana2014-07-031-7/+10
| * btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik2014-06-281-1/+2
| * Btrfs: assert send doesn't attempt to start transactionsFilipe Manana2014-06-281-2/+4
| * btrfs compression: reuse recently used workspaceSergey Senozhatsky2014-06-281-1/+1
| * Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo2014-06-281-2/+3
| * btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain2014-06-281-0/+9
| * btrfs: dev replace should replace the sysfs entryAnand Jain2014-06-281-0/+5
| * btrfs: dev add should add its sysfs entryAnand Jain2014-06-283-3/+16
| * btrfs: dev delete should remove sysfs entryAnand Jain2014-06-283-0/+26
| * btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain2014-06-281-2/+2
* | Merge tag 'driver-core-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-07-031-14/+55
|\ \
| * | kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo2014-07-021-14/+55
* | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-07-032-11/+13
|\ \ \
| * | | nfs: fix nfs4d readlink truncated packetAvi Kivity2014-07-021-1/+1
| * | | nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-06-272-10/+12
* | | | fs/seq_file: fallback to vmalloc allocationHeiko Carstens2014-07-031-9/+21
* | | | /proc/stat: convert to single_open_size()Heiko Carstens2014-07-031-20/+2
* | | | autofs4: fix false positive compile errorIan Kent2014-07-031-1/+1
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-295-6/+68
|\ \ \ \ | |_|/ / |/| | |
| * | | ext4: Fix hole punching for files with indirect blocksJan Kara2014-06-261-2/+10
| * | | ext4: Fix block zeroing when punching holes in indirect block filesJan Kara2014-06-261-2/+2
| * | | ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon2014-06-263-0/+47
| * | | fs/mbcache: replace __builtin_log2() with ilog2()T Makphaibulchoke2014-06-251-1/+2
| * | | ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara2014-06-151-1/+7
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-06-253-6/+20
|\ \ \ \
| * | | | [CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars ...Steve French2014-06-241-3/+4
| * | | | cifs: revalidate mapping prior to satisfying read_iter request with cache=looseJeff Layton2014-06-191-2/+15
| * | | | fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach2014-06-161-1/+1
| |/ / /
* | | | Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-255-83/+103
|\ \ \ \
| * | | | NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson2014-06-243-45/+57
| * | | | NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson2014-06-241-7/+4
| * | | | NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson2014-06-241-2/+5
| * | | | NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust2014-06-241-35/+40
| * | | | NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust2014-06-241-0/+1
| * | | | nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-06-241-1/+3
| | |/ / | |/| |
* | | | aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise2014-06-241-0/+3
OpenPOWER on IntegriCloud