aboutsummaryrefslogtreecommitdiffstats
path: root/fs/libfs.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-04-03ocfs2: fix type conversion risk when get cluster attributesJoseph Qi1-3/+3
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues4-122/+9
2014-04-03ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara3-7/+47
2014-04-03ocfs2: implement delayed dropping of last dquot referenceJan Kara4-0/+50
2014-04-03quota: provide function to grab quota structure referenceJan Kara2-2/+10
2014-04-03ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara1-7/+9
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara3-17/+3
2014-04-03ocfs2: add dlm_recover_callback_support in sysfsGoldwyn Rodrigues1-0/+14
2014-04-03ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-03ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong9-21/+74
2014-04-03ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue1-3/+0
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang5-30/+7
2014-04-03ocfs2: fix null pointer dereference when access dlm_state before launching dlm threadZongxun Wang1-3/+3
2014-04-03arch/sh/drivers/pci/pcie-sh7786.h: remove duplicate SH4A_PCIEPHYCTLRGeert Uytterhoeven1-3/+0
2014-04-03sh: sh7757: switch RSPI clock to dev ID matchGeert Uytterhoeven1-1/+1
2014-04-03arch/sh/boards/board-sh7757lcr.c: fixup SDHI register sizeKuninori Morimoto1-1/+1
2014-04-03sh: don't pass saved userspace state to exception handlersBobby Bingham2-28/+11
2014-04-03sh: remove unused do_fpu_errorBobby Bingham1-18/+0
2014-04-03sh: push extra copy of r0-r2 for syscall parametersBobby Bingham4-26/+20
2014-04-03score: remove unused CPU_SCORE7 Kconfig parameterMichael Opdenacker1-6/+0
2014-04-03genksyms: fix typeof() handlingJan Beulich7-384/+498
2014-04-03fanotify: move unrelated handling from copy_event_to_user()Jan Kara1-21/+19
2014-04-03fanotify: reorganize loop in fanotify_read()Jan Kara1-22/+24
2014-04-03fanotify: convert access_mutex to spinlockJan Kara2-8/+8
2014-04-03fanotify: use fanotify event structure for permission response processingJan Kara3-104/+116
2014-04-03fanotify: remove useless bypass_perm checkJan Kara1-8/+0
2014-04-03fs/freevxfs/vxfs_lookup.c: update function commentFabian Frederick1-1/+1
2014-04-03fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick1-1/+1
2014-04-03kmemleak: change some global variables to intLi Zefan1-40/+40
2014-04-03kmemleak: remove redundant codeLi Zefan2-8/+1
2014-04-03kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan2-15/+46
2014-04-03kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan1-4/+9
2014-04-03kthread: ensure locality of task_struct allocationsNishanth Aravamudan1-2/+2
2014-04-03bdi: avoid oops on device removalJan Kara3-10/+28
2014-04-03backing_dev: fix hung task on syncDerek Basehore2-5/+8
2014-04-03sh: fix format string bug in stack tracerMatt Fleming1-1/+1
2014-04-02pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov1-1/+3
2014-04-02arm64: Fix duplicated Kconfig entries againJosh Boyer1-6/+0
2014-04-02x86: Fix dumpstack_64 irq stack handlingSteven Rostedt (Red Hat)1-9/+10
2014-04-02x86: Fix dumpstack_64 to keep state of "used" variable in loopSteven Rostedt (Red Hat)1-5/+5
2014-04-02sparse: fix commentLi Zhong1-1/+1
2014-04-01netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman1-1/+1
2014-04-01net: Add a test to see if a skb is freeable in irq contextEric W. Biederman1-0/+13
2014-04-01qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh4-3/+26
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann10-96/+173
2014-04-01dt: Remove dangling "select PROC_DEVICETREE"Grant Likely1-1/+0
2014-04-01net: sxgbe: make "core_ops" staticDan Carpenter1-1/+1
2014-04-01net: sxgbe: fix logical vs bitwise operationDan Carpenter1-3/+3