| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-07-03 | 17 | -59/+292 |
|\ \ \ \ \ |
|
| * | | | | | vfs: Remove incorrect debugging WARN in prepend_path | Eric W. Biederman | 2015-07-01 | 1 | -11/+0 |
| * | | | | | mnt: Update fs_fully_visible to test for permanently empty directories | Eric W. Biederman | 2015-07-01 | 1 | -3/+2 |
| * | | | | | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 2015-07-01 | 5 | -31/+17 |
| * | | | | | sysfs: Add support for permanently empty directories to serve as mount points. | Eric W. Biederman | 2015-07-01 | 1 | -0/+34 |
| * | | | | | kernfs: Add support for always empty directories. | Eric W. Biederman | 2015-07-01 | 2 | -1/+39 |
| * | | | | | proc: Allow creating permanently empty directories that serve as mount points | Eric W. Biederman | 2015-07-01 | 4 | -2/+35 |
| * | | | | | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman | 2015-07-01 | 1 | -0/+37 |
| * | | | | | fs: Add helper functions for permanently empty directories. | Eric W. Biederman | 2015-07-01 | 1 | -0/+96 |
| * | | | | | vfs: Ignore unlocked mounts in fs_fully_visible | Eric W. Biederman | 2015-07-01 | 1 | -2/+6 |
| * | | | | | mnt: Modify fs_fully_visible to deal with locked ro nodev and atime | Eric W. Biederman | 2015-06-04 | 1 | -3/+21 |
| * | | | | | mnt: Refactor the logic for mounting sysfs and proc in a user namespace | Eric W. Biederman | 2015-05-13 | 3 | -9/+9 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-07-02 | 12 | -894/+1689 |
|\ \ \ \ \ \ |
|
| * | | | | | | ceph: fix ceph_writepages_start() | Yan, Zheng | 2015-06-25 | 1 | -14/+23 |
| * | | | | | | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 | 6 | -215/+295 |
| * | | | | | | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng | 2015-06-25 | 5 | -14/+15 |
| * | | | | | | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 | 8 | -16/+102 |
| * | | | | | | ceph: re-send flushing caps (which are revoked) in reconnect stage | Yan, Zheng | 2015-06-25 | 3 | -6/+61 |
| * | | | | | | ceph: send TID of the oldest pending caps flush to MDS | Yan, Zheng | 2015-06-25 | 1 | -18/+49 |
| * | | | | | | ceph: track pending caps flushing globally | Yan, Zheng | 2015-06-25 | 5 | -57/+91 |
| * | | | | | | ceph: track pending caps flushing accurately | Yan, Zheng | 2015-06-25 | 5 | -88/+192 |
| * | | | | | | ceph: fix directory fsync | Yan, Zheng | 2015-06-25 | 2 | -64/+65 |
| * | | | | | | ceph: fix flushing caps | Yan, Zheng | 2015-06-25 | 1 | -24/+25 |
| * | | | | | | ceph: don't include used caps in cap_wanted | Yan, Zheng | 2015-06-25 | 1 | -3/+3 |
| * | | | | | | ceph: ratelimit warn messages for MDS closes session | Yan, Zheng | 2015-06-25 | 1 | -3/+7 |
| * | | | | | | ceph: simplify two mount_timeout sites | Ilya Dryomov | 2015-06-25 | 2 | -18/+14 |
| * | | | | | | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 2015-06-25 | 4 | -10/+10 |
| * | | | | | | ceph: exclude setfilelock requests when calculating oldest tid | Yan, Zheng | 2015-06-25 | 2 | -7/+25 |
| * | | | | | | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 2015-06-25 | 4 | -202/+129 |
| * | | | | | | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 2015-06-25 | 4 | -31/+76 |
| * | | | | | | ceph: don't trim auth cap when there are cap snaps | Yan, Zheng | 2015-06-25 | 1 | -1/+2 |
| * | | | | | | ceph: take snap_rwsem when accessing snap realm's cached_context | Yan, Zheng | 2015-06-25 | 3 | -7/+57 |
| * | | | | | | ceph: avoid sending unnessesary FLUSHSNAP message | Yan, Zheng | 2015-06-25 | 3 | -45/+78 |
| * | | | | | | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 2015-06-25 | 4 | -137/+212 |
| * | | | | | | ceph: use empty snap context for uninline_data and get_pool_perm | Yan, Zheng | 2015-06-25 | 3 | -14/+14 |
| * | | | | | | ceph: check OSD caps before read/write | Yan, Zheng | 2015-06-25 | 7 | -6/+249 |
| * | | | | | | libceph: allow setting osd_req_op's flags | Yan, Zheng | 2015-06-25 | 2 | -2/+3 |
* | | | | | | | Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-07-02 | 26 | -192/+1004 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | nfs: Remove invalid tk_pid from debug message | Kinglong Mee | 2015-07-01 | 3 | -6/+4 |
| * | | | | | | | nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfh | Kinglong Mee | 2015-07-01 | 1 | -7/+0 |
| * | | | | | | | nfs: Drop bad comment in nfs41_walk_client_list() | Kinglong Mee | 2015-07-01 | 1 | -1/+0 |
| * | | | | | | | nfs: Remove unneeded micro checking of CONFIG_PROC_FS | Kinglong Mee | 2015-07-01 | 1 | -7/+3 |
| * | | | | | | | nfs: Don't setting FILE_CREATED flags always | Kinglong Mee | 2015-07-01 | 1 | -3/+0 |
| * | | | | | | | nfs: Use remove_proc_subtree() instead remove_proc_entry() | Kinglong Mee | 2015-07-01 | 1 | -18/+7 |
| * | | | | | | | nfs: Remove unused argument in nfs_server_set_fsinfo() | Kinglong Mee | 2015-07-01 | 1 | -2/+1 |
| * | | | | | | | nfs: Fix a memory leak when meeting an unsupported state protect | Kinglong Mee | 2015-07-01 | 1 | -6/+8 |
| * | | | | | | | nfs: take extra reference to fl->fl_file when running a LOCKU operation | Jeff Layton | 2015-07-01 | 1 | -0/+2 |
| * | | | | | | | NFSv4: When returning a delegation, don't reclaim an incompatible open mode. | NeilBrown | 2015-06-29 | 1 | -0/+7 |
| * | | | | | | | NFSv4.2: LAYOUTSTATS is optional to implement | Trond Myklebust | 2015-06-27 | 3 | -3/+13 |
| * | | | | | | | NFSv4.2: Fix up a decoding error in layoutstats | Trond Myklebust | 2015-06-27 | 1 | -17/+1 |