summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-108-57/+126
* fsnotify: Lock object list with connector lockJan Kara2017-04-101-58/+32
* fsnotify: Remove useless list deletion and commentJan Kara2017-04-101-6/+0
* fsnotify: Avoid double locking in fsnotify_detach_from_object()Jan Kara2017-04-101-1/+1
* fsnotify: Remove indirection from fsnotify_detach_mark()Jan Kara2017-04-104-49/+26
* fsnotify: Determine lock in fsnotify_destroy_marks()Jan Kara2017-04-102-8/+11
* fsnotify: Move locking into fsnotify_find_mark()Jan Kara2017-04-103-13/+10
* fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara2017-04-105-40/+37
* fsnotify: Move fsnotify_destroy_marks()Jan Kara2017-04-101-36/+36
* fsnotify: Remove indirection from mark list additionJan Kara2017-04-104-86/+43
* fsnotify: Make fsnotify_mark_connector hold inode referenceJan Kara2017-04-103-39/+12
* fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara2017-04-106-37/+44
* fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-108-44/+114
* fsnotify: Update commentsJan Kara2017-04-101-12/+1
* fanotify: Move recalculation of inode / vfsmount mask under mark_mutexJan Kara2017-04-031-9/+6
* inotify: Remove inode pointers from debug messagesJan Kara2017-04-032-17/+12
* fsnotify: Remove unnecessary tests when showing fdinfoJan Kara2017-04-031-5/+1
* 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
| * | | CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel2017-03-011-1/+1
| * | | CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel2017-03-014-11/+35