summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2017-03-161-1/+1
| | * | | | | afs: Distinguish mountpoints from symlinks by file mode aloneDavid Howells2017-03-163-68/+15
| | * | | | | afs: Flush outstanding writes when an fd is closedDavid Howells2017-03-163-0/+16
| | * | | | | afs: Handle a short write to an AFS pageDavid Howells2017-03-163-11/+23
| | * | | | | afs: Kill struct afs_read::pg_offsetDavid Howells2017-03-161-1/+0
| | * | | | | afs: Handle better the server returning excess or short dataDavid Howells2017-03-162-16/+40
| | * | | | | afs: Deal with an empty callback arrayMarc Dionne2017-03-162-7/+9
| | * | | | | afs: Adjust mode bits processingMarc Dionne2017-03-161-1/+6
| | * | | | | afs: Populate group ID from vnode statusMarc Dionne2017-03-161-1/+1
| | * | | | | afs: Fix page overput in afs_fill_page()David Howells2017-03-161-0/+1
| | * | | | | afs: Fix missing put_page()David Howells2017-03-161-0/+1
| * | | | | | Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-03-166-18/+122
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | xfs: verify inline directory data forksDarrick J. Wong2017-03-156-18/+122
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-151-14/+21
| |\ \ \ \ \ \
| | * | | | | | writeback: fix memory leak in wb_queue_work()Tahsin Erdogan2017-03-131-14/+21
| | | |_|_|_|/ | | |/| | | |
| * | | | | | gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher2017-03-151-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-142-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-092-2/+2
* | | | | | | chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe2017-03-211-0/+86
|/ / / / / /
* | | | | | Merge branch 'prep-for-5level'Linus Torvalds2017-03-101-1/+5
|\ \ \ \ \ \
| * | | | | | mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-1/+5
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-03-102-49/+33
|\ \ \ \ \ \ \
| * | | | | | | userfaultfd: remove wrong comment from userfaultfd_ctx_get()David Hildenbrand2017-03-091-2/+0
| * | | | | | | fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-091-1/+12
| * | | | | | | userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli2017-03-091-6/+3
| * | | | | | | userfaultfd: non-cooperative: fix fork fctx->new memleakMike Rapoport2017-03-091-0/+9
| * | | | | | | userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_completeAndrea Arcangeli2017-03-091-13/+5
| * | | | | | | userfaultfd: non-cooperative: robustness checkAndrea Arcangeli2017-03-091-2/+7
| * | | | | | | userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli2017-03-091-28/+0
| * | | | | | | userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGEAndrea Arcangeli2017-03-091-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-03-0914-100/+103
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-03-082-6/+10
| * | | | | xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-082-17/+32
| * | | | | xfs: remove kmem_zalloc_greedyDarrick J. Wong2017-03-073-24/+2
| * | | | | xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra2017-03-071-2/+1
| * | | | | xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig2017-03-071-32/+27
| * | | | | xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-03-076-13/+22
| * | | | | iomap: invalidate page caches should be after iomap_dio_complete() in direct ...Eryu Guan2017-03-061-7/+10
| |/ / / /
* | | | | overlayfs: remove now unnecessary header file includeLinus Torvalds2017-03-081-1/+0
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-03-071-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | timerfd: Only check CAP_WAKE_ALARM when it is neededStephen Smalley2017-03-011-4/+4
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-034-21/+21
|\ \ \ \ \
| * | | | | hfs: fix hfs_readdir()Dan Carpenter2017-02-181-1/+1
| * | | | | 9p: constify ->d_name handlingAl Viro2017-01-123-20/+20
* | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-03-0316-168/+447
|\ \ \ \ \ \
| * | | | | | smb2: Enforce sec= mount optionSachin Prabhu2017-03-028-7/+49
| * | | | | | CIFS: Fix sparse warningsSteve French2017-03-022-4/+4
| * | | | | | CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel2017-03-022-0/+109
| * | | | | | CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel2017-03-021-16/+80
| * | | | | | CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel2017-03-011-2/+2