Age | Commit message (Expand) | Author | Files | Lines |
2015-07-02 | ext4: fix fencepost error in lazytime optimization | Theodore Ts'o | 1 | -1/+6 |
2015-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 9 | -45/+58 |
2015-07-02 | Btrfs: fix wrong check for btrfs_force_chunk_alloc() | Shilong Wang | 1 | -1/+1 |
2015-07-02 | Btrfs: fix warning of bytes_may_use | Liu Bo | 2 | -3/+15 |
2015-07-02 | Btrfs: fix hang when failing to submit bio of directIO | Liu Bo | 1 | -3/+0 |
2015-07-02 | Btrfs: fix a comment in inode.c:evict_inode_truncate_pages() | Filipe Manana | 1 | -2/+3 |
2015-07-02 | Btrfs: fix memory corruption on failure to submit bio for direct IO | Filipe Manana | 2 | -18/+52 |
2015-07-02 | btrfs: don't update mtime/ctime on deduped inodes | Mark Fasheh | 1 | -10/+14 |
2015-07-02 | btrfs: allow dedupe of same inode | Mark Fasheh | 1 | -16/+60 |
2015-07-02 | btrfs: fix deadlock with extent-same and readpage | Mark Fasheh | 1 | -31/+117 |
2015-07-02 | btrfs: pass unaligned length to btrfs_cmp_data() | Mark Fasheh | 1 | -1/+2 |
2015-07-02 | Btrfs: fix fsync after truncate when no_holes feature is enabled | Filipe Manana | 1 | -0/+108 |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-07-01 | vfs: Remove incorrect debugging WARN in prepend_path | Eric W. Biederman | 1 | -11/+0 |
2015-07-01 | mnt: Update fs_fully_visible to test for permanently empty directories | Eric W. Biederman | 1 | -3/+2 |
2015-07-01 | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 5 | -31/+17 |
2015-07-01 | sysfs: Add support for permanently empty directories to serve as mount points. | Eric W. Biederman | 1 | -0/+34 |
2015-07-01 | kernfs: Add support for always empty directories. | Eric W. Biederman | 2 | -1/+39 |
2015-07-01 | proc: Allow creating permanently empty directories that serve as mount points | Eric W. Biederman | 4 | -2/+35 |
2015-07-01 | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman | 1 | -0/+37 |
2015-07-01 | fs: Add helper functions for permanently empty directories. | Eric W. Biederman | 1 | -0/+96 |
2015-07-01 | vfs: Ignore unlocked mounts in fs_fully_visible | Eric W. Biederman | 1 | -2/+6 |
2015-07-01 | nfs: Remove invalid tk_pid from debug message | Kinglong Mee | 3 | -6/+4 |
2015-07-01 | nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfh | Kinglong Mee | 1 | -7/+0 |
2015-07-01 | nfs: Drop bad comment in nfs41_walk_client_list() | Kinglong Mee | 1 | -1/+0 |
2015-07-01 | nfs: Remove unneeded micro checking of CONFIG_PROC_FS | Kinglong Mee | 1 | -7/+3 |
2015-07-01 | nfs: Don't setting FILE_CREATED flags always | Kinglong Mee | 1 | -3/+0 |
2015-07-01 | nfs: Use remove_proc_subtree() instead remove_proc_entry() | Kinglong Mee | 1 | -18/+7 |
2015-07-01 | nfs: Remove unused argument in nfs_server_set_fsinfo() | Kinglong Mee | 1 | -2/+1 |
2015-07-01 | nfs: Fix a memory leak when meeting an unsupported state protect | Kinglong Mee | 1 | -6/+8 |
2015-07-01 | nfs: take extra reference to fl->fl_file when running a LOCKU operation | Jeff Layton | 1 | -0/+2 |
2015-07-01 | fuse: separate pqueue for clones | Miklos Szeredi | 3 | -30/+45 |
2015-07-01 | fuse: introduce per-instance fuse_dev structure | Miklos Szeredi | 4 | -34/+114 |
2015-07-01 | fuse: device fd clone | Miklos Szeredi | 1 | -0/+40 |
2015-07-01 | fuse: abort: no fc->lock needed for request ending | Miklos Szeredi | 1 | -9/+5 |
2015-07-01 | fuse: no fc->lock for pqueue parts | Miklos Szeredi | 1 | -14/+2 |
2015-07-01 | fuse: no fc->lock in request_end() | Miklos Szeredi | 1 | -7/+8 |
2015-07-01 | fuse: cleanup request_end() | Miklos Szeredi | 1 | -4/+2 |
2015-07-01 | fuse: request_end(): do once | Miklos Szeredi | 1 | -2/+6 |
2015-07-01 | fuse: add req flag for private list | Miklos Szeredi | 2 | -3/+9 |
2015-07-01 | fuse: pqueue locking | Miklos Szeredi | 3 | -2/+21 |
2015-07-01 | fuse: abort: group pqueue accesses | Miklos Szeredi | 1 | -1/+1 |
2015-07-01 | fuse: cleanup fuse_dev_do_read() | Miklos Szeredi | 1 | -20/+20 |
2015-07-01 | fuse: move list_del_init() from request_end() into callers | Miklos Szeredi | 1 | -1/+7 |
2015-07-01 | fuse: duplicate ->connected in pqueue | Miklos Szeredi | 3 | -3/+8 |
2015-07-01 | fuse: separate out processing queue | Miklos Szeredi | 3 | -16/+30 |
2015-07-01 | fuse: simplify request_wait() | Miklos Szeredi | 1 | -25/+5 |
2015-07-01 | fuse: no fc->lock for iqueue parts | Miklos Szeredi | 1 | -51/+20 |
2015-07-01 | fuse: allow interrupt queuing without fc->lock | Miklos Szeredi | 1 | -3/+9 |
2015-07-01 | fuse: iqueue locking | Miklos Szeredi | 1 | -6/+45 |