summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe2017-10-031-3/+3
| * | | writeback: switch wakeup_flusher_threads() to cyclic writebackJens Axboe2017-10-031-1/+1
| * | | fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe2017-10-032-6/+5
| * | | buffer: eliminate the need to call free_more_memory() in __getblk_slow()Jens Axboe2017-10-031-23/+0
| * | | buffer: grow_dev_page() should use __GFP_NOFAIL for all casesJens Axboe2017-10-031-5/+1
| * | | buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-033-25/+12
* | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-147-30/+30
|\ \ \ \
| * | | | dlm: make config_item_type constBhumika Goyal2017-10-191-8/+8
| * | | | ocfs2/cluster: make config_item_type constBhumika Goyal2017-10-192-6/+6
| * | | | configfs: make ci_type field, some pointers and function arguments constBhumika Goyal2017-10-193-10/+10
| * | | | configfs: Fix bool initialization/comparisonThomas Meyer2017-10-191-6/+6
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-1420-227/+262
|\ \ \ \ \
| * \ \ \ \ Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Jan Kara2017-11-1420-227/+262
| |\ \ \ \ \
| | * | | | | quota: be aware of error from dquot_initializeChao Yu2017-11-131-1/+1
| | * | | | | quota: fix potential infinite loopzhangyi (F)2017-11-011-2/+9
| | * | | | | isofs: use unsigned char types consistentlyArnd Bergmann2017-10-312-41/+41
| | * | | | | isofs: fix timestamps beyond 2027Arnd Bergmann2017-10-313-3/+3
| | * | | | | udf: Fix some sign-conversion warningsSteve Magnani2017-10-172-4/+4
| | * | | | | udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-178-49/+49
| | * | | | | udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-1710-41/+51
| | * | | | | udf: Avoid overflow when session starts at large offsetJan Kara2017-10-161-1/+1
| | * | | | | ext2: Fix possible sleep in atomic during mount option parsingJan Kara2017-10-111-4/+4
| | * | | | | ext2: Parse mount options into a dedicated structureJan Kara2017-10-111-81/+76
| | * | | | | audit: Record fanotify access control decisionsSteve Grubb2017-10-103-2/+25
* | | | | | | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-148-181/+158
|\ \ \ \ \ \ \
| * | | | | | | fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-312-9/+9
| * | | | | | | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-313-52/+29
| * | | | | | | fsnotify: clean up fsnotify()Miklos Szeredi2017-10-311-60/+45
| * | | | | | | fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi2017-10-311-13/+20
| * | | | | | | fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi2017-10-311-14/+11
| * | | | | | | fsnotify: pin both inode and vfsmount markMiklos Szeredi2017-10-311-3/+7
| * | | | | | | fsnotify: clean up fsnotify_prepare/finish_user_wait()Miklos Szeredi2017-10-311-48/+48
| * | | | | | | fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-3/+3
| * | | | | | | fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyJan Kara2017-10-311-0/+2
| * | | | | | | dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Jan Kara2017-10-311-1/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2017-11-147-124/+186
|\ \ \ \ \ \ \
| * | | | | | | dlm: remove dlm_send_rcom_lookup_dumpDavid Teigland2017-10-093-21/+1
| * | | | | | | dlm: recheck kthread_should_stop() before schedule()Guoqing Jiang2017-09-251-1/+4
| * | | | | | | DLM: fix NULL pointer dereference in send_to_sock()tsutomu.owa@toshiba.co.jp2017-09-251-0/+4
| * | | | | | | DLM: fix to reschedule rworktsutomu.owa@toshiba.co.jp2017-09-251-2/+6
| * | | | | | | DLM: fix to use sk_callback_lock correctlytsutomu.owa@toshiba.co.jp2017-09-251-12/+17
| * | | | | | | DLM: fix overflow dlm_cb_seqtsutomu.owa@toshiba.co.jp2017-09-251-0/+2
| * | | | | | | DLM: fix memory leak in tcp_accept_from_sock()tsutomu.owa@toshiba.co.jp2017-09-251-14/+7
| * | | | | | | DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is settsutomu.owa@toshiba.co.jp2017-09-251-19/+23
| * | | | | | | DLM: use CF_CLOSE flag to stop dlm_send correctlytsutomu.owa@toshiba.co.jp2017-09-251-0/+1
| * | | | | | | DLM: Reanimate CF_WRITE_PENDING flagtsutomu.owa@toshiba.co.jp2017-09-251-1/+8
| * | | | | | | DLM: fix race condition between dlm_recoverd_stop and dlm_recoverdtsutomu.owa@toshiba.co.jp2017-09-251-1/+10
| * | | | | | | DLM: close othercon at send/receive errortsutomu.owa@toshiba.co.jp2017-09-251-2/+2
| * | | | | | | DLM: retry rcom when dlm_wait_function is timed out.tsutomu.owa@toshiba.co.jp2017-09-252-0/+10
| * | | | | | | DLM: fix to use sock_mutex correctly in xxx_accept_from_socktsutomu.owa@toshiba.co.jp2017-09-251-0/+6
OpenPOWER on IntegriCloud